diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:34:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 01:34:20 +0000 |
commit | 064b4fe6cdafd0d17bab40ab747b7be3697fdf6f (patch) | |
tree | 7f3630997718fe3618f70a6b9d97603bc5eec211 | |
parent | `gcc32' was repocopied to `gcc33' as it is being renumbered by the GCC guys. (diff) |
Append the GNOME components to USE_GNOME.
Notes
Notes:
svn path=/head/; revision=63640
-rw-r--r-- | devel/g2c/Makefile | 2 |
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 |