diff options
Diffstat (limited to 'multimedia/libmpeg3/Makefile')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 052c5022ca0..5612727561e 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/07/28 21:40:09 reed Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/08 09:21:07 asau Exp $ # DISTNAME= libmpeg3-1.8-src @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://heroines.sourceforge.net/libmpeg3.php3 COMMENT= MPEG decoding library and tools -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386" && ${OPSYS} != "Darwin") |