diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-21 05:51:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-21 05:51:41 +0800 |
commit | ba45103d9e6a52b7063b63c40650c90e59b29679 (patch) | |
tree | d99e853d13b0ea92d9616bb5947f758187070abb /math/plplot | |
parent | 629eb9378c3bf6afc6a4b78cbe349a7f77ed1c79 (diff) | |
download | freebsd-ports-gnome-ba45103d9e6a52b7063b63c40650c90e59b29679.tar.gz freebsd-ports-gnome-ba45103d9e6a52b7063b63c40650c90e59b29679.tar.zst freebsd-ports-gnome-ba45103d9e6a52b7063b63c40650c90e59b29679.zip |
remove useless dependency on gmake
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 6508225bd687..6ce9457c3f76 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ USE_AUTOTOOLS= libltdl USE_CMAKE= yes -USE_GMAKE= yes USE_PERL5_BUILD=yes USE_GNOME= pango USE_GHOSTSCRIPT=yes |