diff options
author | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
commit | 7748c7e1a80c4e81c53ea9564bd97acb9a46125b (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /graphics/avifile | |
parent | 1223c4507005ff3f9f49492c3250c007e2945af5 (diff) | |
download | pkgsrc-7748c7e1a80c4e81c53ea9564bd97acb9a46125b.tar.gz |
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'graphics/avifile')
-rw-r--r-- | graphics/avifile/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 3bb80459edd..b17f422835f 100644 --- a/graphics/avifile/Makefile +++ b/graphics/avifile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/26 08:53:32 zuntum Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/29 04:54:54 jlam Exp $ DISTNAME= avifile-0.53.5 CATEGORIES= graphics @@ -15,7 +15,6 @@ DEPENDS= win32-codecs>=010122:../../graphics/win32-codecs ONLY_FOR_PLATFORM= NetBSD-*-i386 USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |