diff options
author | asami <asami@FreeBSD.org> | 1998-07-02 00:11:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-02 00:11:28 +0000 |
commit | b046af9eb1a49bcbfe4f494c05220a8bb4a61ba1 (patch) | |
tree | 7fa4de5c098864c9408b22c60c0ba3b578902b46 /editors | |
parent | f4249bbf8aa8267c25301f61eb052589d4aa8796 (diff) | |
download | FreeBSD-ports-b046af9eb1a49bcbfe4f494c05220a8bb4a61ba1.zip FreeBSD-ports-b046af9eb1a49bcbfe4f494c05220a8bb4a61ba1.tar.gz |
No need to use += for variable defined only once.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <dom@myrddin.demon.co.uk> # -# $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 |