diff options
author | gerald <gerald@FreeBSD.org> | 2007-04-14 06:20:59 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-04-14 06:20:59 +0800 |
commit | 95ef449cd935d61e6831315b46a5fba58328aac0 (patch) | |
tree | b4667a11502e0864ba19f0dfcafc45db6b498f20 /lang | |
parent | d03a6e25bb53825d2b42cc72e5b83dc5b64fbf8b (diff) | |
download | freebsd-ports-graphics-95ef449cd935d61e6831315b46a5fba58328aac0.tar.gz freebsd-ports-graphics-95ef449cd935d61e6831315b46a5fba58328aac0.tar.zst freebsd-ports-graphics-95ef449cd935d61e6831315b46a5fba58328aac0.zip |
Add WANT_GNOME=yes per our GNOME porting documentation.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc41/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 82a72eeb015..8626c41c761 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -34,6 +34,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes +WANT_GNOME= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 9552b9d7de5..4d67fa120ad 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -33,6 +33,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5_BUILD=yes +WANT_GNOME= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure |