diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 09:39:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 09:39:00 +0000 |
commit | a90f186032c5f084db677dc638baf3715057006b (patch) | |
tree | 8e8f81ad4937bec9d1c3978f22caa955dafee634 /x11-toolkits/gtk--2 | |
parent | 4b7580ba60be85c57fb7f8d4d4c79e1c2d28c80e (diff) | |
download | FreeBSD-ports-a90f186032c5f084db677dc638baf3715057006b.zip FreeBSD-ports-a90f186032c5f084db677dc638baf3715057006b.tar.gz |
No need to use += for variable defined only once. (I know it's just
a comment, but a bad one nonetheless. :)
Diffstat (limited to 'x11-toolkits/gtk--2')
-rw-r--r-- | x11-toolkits/gtk--2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index 62ca273..e62d212 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/31 22:01:46 kuriyama Exp $ # DISTNAME= Gtk---0.9.14 @@ -20,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 #GNU_CONFIGURE= yes USE_AUTOCONF= yes # for the future GNOME support -#CONFIGURE_ARGS+= --with-gnome=${X11BASE} +#CONFIGURE_ARGS= --with-gnome=${X11BASE} USE_GMAKE= yes post-install: |