diff options
author | bjs <bjs@pkgsrc.org> | 2008-04-28 19:50:32 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-04-28 19:50:32 +0000 |
commit | 34891f75cf8dcf05e03f49cc1760a698ba3f0957 (patch) | |
tree | cca41657cad5c06e14c16ed8264e7ba141692f82 /lang/gambc | |
parent | db85a3435fd2c72a235e6fd731b74730c9334214 (diff) | |
download | pkgsrc-34891f75cf8dcf05e03f49cc1760a698ba3f0957.tar.gz |
We're not using libtool, and GAMBC_DIST_VERSION is now defined in
version.mk.
Diffstat (limited to 'lang/gambc')
-rw-r--r-- | lang/gambc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gambc/Makefile b/lang/gambc/Makefile index f1f502ee857..90e1e50c72d 100644 --- a/lang/gambc/Makefile +++ b/lang/gambc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/28 04:16:39 bjs Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/28 19:50:32 bjs Exp $ # DISTNAME= gambc-${GAMBC_DIST_VERSION} @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ -USE_LIBTOOL= yes USE_TOOLS+= gmake CONFIGURE_ARGS+= --enable-single-host @@ -40,8 +39,6 @@ DLOPEN_REQUIRE_PTHREADS=no .include "../../mk/bsd.prefs.mk" -GAMBC_DIST_VERSION= ${GAMBC_VERSION:C|^.*|v&|:S|.|_|g} - GAMBC_MAKE_FLAGS= prefix=${PREFIX} GAMBC_MAKE_FLAGS+= includedir=${PREFIX}/include GAMBC_MAKE_FLAGS+= bindir=${PREFIX}/bin |