diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-04-13 22:20:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-04-13 22:20:59 +0000 |
commit | a0dbaea9e9a661a2732f4e7c250746c1bfc5858e (patch) | |
tree | 93bdff0d16d0a72897a40ef3f83b8586fcb18389 | |
parent | - Update to 0.4 (diff) |
Add WANT_GNOME=yes per our GNOME porting documentation.
-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 82a72eeb0151..8626c41c7615 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 9552b9d7de59..4d67fa120ad5 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 |