aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-07-28 09:34:20 +0800
committermarcus <marcus@FreeBSD.org>2002-07-28 09:34:20 +0800
commit3c90e2fadfd9f4cfb556ce0541a1113f887c83e6 (patch)
tree3a1727499e1765d13d09f37f2a8cd67928b0c541 /devel
parentff7997db0236cdcf5436c039cdb97ce4dbc25386 (diff)
downloadfreebsd-ports-gnome-3c90e2fadfd9f4cfb556ce0541a1113f887c83e6.tar.gz
freebsd-ports-gnome-3c90e2fadfd9f4cfb556ce0541a1113f887c83e6.tar.zst
freebsd-ports-gnome-3c90e2fadfd9f4cfb556ce0541a1113f887c83e6.zip
Append the GNOME components to USE_GNOME.
Diffstat (limited to 'devel')
-rw-r--r--devel/g2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/g2c/Makefile b/devel/g2c/Makefile
index 98bc19d405cf..98899b961930 100644
--- a/devel/g2c/Makefile
+++ b/devel/g2c/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mbonobo} != "" && ${HAVE_GNOME:Mgnomedb} != ""
-USE_GNOME= gnomeprefix bonobo gnomedb
+USE_GNOME+= gnomeprefix bonobo gnomedb
PKGNAMESUFFIX= -gnome
.endif