diff options
Diffstat (limited to 'emulators/suse91_expat')
-rw-r--r-- | emulators/suse91_expat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/suse91_expat/Makefile b/emulators/suse91_expat/Makefile index 61dec533044..1cf804ffdbe 100644 --- a/emulators/suse91_expat/Makefile +++ b/emulators/suse91_expat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:28:17 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/06 01:34:21 wiz Exp $ DISTNAME= suse_expat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -16,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES NO_BUILDLINK= YES +LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= expat-1.95.7-37.${SUSE_ARCH}.rpm |