From b046af9eb1a49bcbfe4f494c05220a8bb4a61ba1 Mon Sep 17 00:00:00 2001 From: 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') diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 4f63432..5b6a431 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.1