diff options
author | grant <grant@pkgsrc.org> | 2004-02-15 13:43:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-15 13:43:57 +0000 |
commit | 20f18cf40ee3f7cdedca9fb7864c2f5d3fb5b567 (patch) | |
tree | 0fdf21969b7db095f7a3859a79e0f662fe5c69e9 /multimedia | |
parent | 4acd97a68eb5d7fbb7dc903613e6b10788b8324b (diff) | |
download | pkgsrc-20f18cf40ee3f7cdedca9fb7864c2f5d3fb5b567.tar.gz |
revert LIBTOOL_OVERRIDE, it is handled automatically now.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index 770a315016a..2004e40c49d 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/15 12:21:34 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/15 13:43:57 grant Exp $ DISTNAME= ogle-0.9.2 PKGREVISION= 1 @@ -21,7 +21,6 @@ USE_BUILDLINK2= yes USE_X11= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes -LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |