diff options
author | wiz <wiz> | 2004-12-04 11:16:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-04 11:16:17 +0000 |
commit | 5b38fe2252009b5037839ca589d189afd8357004 (patch) | |
tree | d0604b9fe50c1b897e7f0b5865116f1b493c6ae8 /emulators | |
parent | 86ce3c13fc5fdcb7eb53d3063e68b9079ee598f8 (diff) | |
download | pkgsrc-5b38fe2252009b5037839ca589d189afd8357004.tar.gz |
Add LIBTOOLIZE_PLIST=NO, since it is autogenerated from rpm.
Might fix bulk build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse64_libjpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse64_libjpeg/Makefile b/emulators/suse64_libjpeg/Makefile index 88d47932716..ca62ac16efb 100644 --- a/emulators/suse64_libjpeg/Makefile +++ b/emulators/suse64_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:35:53 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/04 11:16:17 wiz Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} PKGREVISION= 1 @@ -17,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= yes +LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= libjpeg-6.2.0-62.i386.rpm |