diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-02 00:11:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-02 00:11:28 +0000 |
commit | f16cfd0c32bf114fc20b4192b99c30bf6eb8cf12 (patch) | |
tree | 82fbedf4d32cc5dda97bd3a0014e2d148fff1e65 | |
parent | Unfetchable (again). (diff) |
No need to use += for variable defined only once.
Notes
Notes:
svn path=/head/; revision=11648
-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 4f634328e33a..5b6a431cee4a 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 |