diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-12 06:48:27 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-12 06:48:27 +0800 |
commit | 9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4 (patch) | |
tree | 8853678c3410868cf007d31070b00973fd2315bb /x11-toolkits/gtk20 | |
parent | a192214c8b92d733e2a5b48145dfb2126128cf18 (diff) | |
download | freebsd-ports-gnome-9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4.tar.gz freebsd-ports-gnome-9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4.tar.zst freebsd-ports-gnome-9b7f9a6d0abc6fed6d9fc51a693e3172106a43b4.zip |
This port really need gmake.
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 465abff4b3d0..64c028728b01 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 |