diff options
author | bjs <bjs> | 2008-04-28 19:50:32 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-04-28 19:50:32 +0000 |
commit | 03041df95acdfb90ef707f373b55fe41f0ecb712 (patch) | |
tree | cca41657cad5c06e14c16ed8264e7ba141692f82 /lang | |
parent | b893b4af41a58244465d5c38dfaaefcca271f4d5 (diff) | |
download | pkgsrc-03041df95acdfb90ef707f373b55fe41f0ecb712.tar.gz |
We're not using libtool, and GAMBC_DIST_VERSION is now defined in
version.mk.
Diffstat (limited to 'lang')
-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 |