diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2011-03-12 22:48:02 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2011-03-12 22:48:02 +0000 |
commit | bf5dde89da5b626e66373fd58691246539f4733b (patch) | |
tree | 9d105bbad82255da5a91e7b4e58eeb87228db819 /x11-toolkits/vdkbuilder/Makefile | |
parent | cb9a3d6540ac13c2bba67d296e816121c5e10368 (diff) | |
download | ports-bf5dde89da5b626e66373fd58691246539f4733b.tar.gz ports-bf5dde89da5b626e66373fd58691246539f4733b.zip |
Replace some @FOO@ placeholders the configure script fails to substitute.
This also obviates the need for gmake.
Notes
Notes:
svn path=/head/; revision=270766
Diffstat (limited to 'x11-toolkits/vdkbuilder/Makefile')
-rw-r--r-- | x11-toolkits/vdkbuilder/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile index efcfc0f4ef9f..b2c2f1aa7ca2 100644 --- a/x11-toolkits/vdkbuilder/Makefile +++ b/x11-toolkits/vdkbuilder/Makefile @@ -18,7 +18,6 @@ COMMENT= A general ide tool for GTK+/VDK LIB_DEPENDS= vdk-2.6:${PORTSDIR}/x11-toolkits/vdk USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-opt=no |