From f16cfd0c32bf114fc20b4192b99c30bf6eb8cf12 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 2 Jul 1998 00:11:28 +0000 Subject: No need to use += for variable defined only once. --- editors/gxedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/gxedit') diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 4f634328e33a..5b6a431cee4a 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,7 +3,7 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/01 11:58:48 tg Exp $ # DISTNAME= GXedit1.04 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar MAINTAINER= dom@myrddin.demon.co.uk -LIB_DEPENDS+= gtk\\.1\\.4:${PORTSDIR}/x11/gtk +LIB_DEPENDS= gtk\\.1\\.4:${PORTSDIR}/x11/gtk EXTRACT_BEFORE_ARGS= -xf USE_X11= yes -- cgit v1.2.3