diff options
author | tnn <tnn> | 2007-07-20 11:53:27 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-07-20 11:53:27 +0000 |
commit | 771c4da0982d331936e51080bafc4110a1b238ef (patch) | |
tree | 64926fd955dffd97bc40004adcf522ec216114e3 /multimedia | |
parent | 7a95e92bd6d911fac7a3fc7eb9cfaf19a96d2628 (diff) | |
download | pkgsrc-771c4da0982d331936e51080bafc4110a1b238ef.tar.gz |
Move some definitions to the correct paragraph.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile index 766688475b6..cbe5fdc0225 100644 --- a/multimedia/libdvdcss/Makefile +++ b/multimedia/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/07/20 11:49:32 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2007/07/20 11:53:27 tnn Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -24,6 +24,9 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + .include "../../mk/bsd.prefs.mk" .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(LIBDVDCSS_MASTER_SITES) @@ -32,7 +35,4 @@ PKG_FAIL_REASON+= "Alternatively you may download '${DISTNAME}${EXTRACT_SUFX}' m PKG_FAIL_REASON+= "to ${DISTDIR}." .endif -USE_LIBTOOL= YES -GNU_CONFIGURE= YES - .include "../../mk/bsd.pkg.mk" |