diff options
author | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
commit | 248e653126f88e8826180e58af0f27de58c1fc01 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /graphics/dumpmpeg | |
parent | aaf80c5bfdf5ecb0c919823c1b2442451e1dec77 (diff) | |
download | pkgsrc-248e653126f88e8826180e58af0f27de58c1fc01.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/dumpmpeg')
-rw-r--r-- | graphics/dumpmpeg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/dumpmpeg/Makefile b/graphics/dumpmpeg/Makefile index a909ede72a4..3f72147ed03 100644 --- a/graphics/dumpmpeg/Makefile +++ b/graphics/dumpmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/06/28 22:05:27 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/29 04:54:54 jlam Exp $ # DISTNAME= dumpmpeg-0.6 @@ -10,7 +10,6 @@ HOMEPAGE= http://sourceforge.net/projects/dumpmpeg COMMENT= Splits mpeg stream into single images USE_BUILDLINK_ONLY= YES -USE_CONFIG_WRAPPER= YES GNU_CONFIGURE= YES .include "../../devel/smpeg/buildlink.mk" |