diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-11 22:48:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-11 22:48:27 +0000 |
commit | 9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4 (patch) | |
tree | 8853678c3410868cf007d31070b00973fd2315bb /x11-toolkits | |
parent | a192214c8b92d733e2a5b48145dfb2126128cf18 (diff) | |
download | FreeBSD-ports-9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4.zip FreeBSD-ports-9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4.tar.gz |
This port really need gmake.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 465abff..64c0287 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -38,6 +38,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ USE_BZIP2= yes LATEST_LINK= gtk20 USE_X_PREFIX= yes +USE_GMAKE= yes USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 465abff..64c0287 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -38,6 +38,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ USE_BZIP2= yes LATEST_LINK= gtk20 USE_X_PREFIX= yes +USE_GMAKE= yes USE_XPM= yes USE_REINPLACE= yes USE_PERL5= yes |