diff options
Diffstat (limited to 'emulators/suse100_libxml2/Makefile')
-rw-r--r-- | emulators/suse100_libxml2/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/emulators/suse100_libxml2/Makefile b/emulators/suse100_libxml2/Makefile index 85a2cd7e8ba..7536fc791dc 100644 --- a/emulators/suse100_libxml2/Makefile +++ b/emulators/suse100_libxml2/Makefile @@ -1,22 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2007/04/19 15:30:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2007/07/29 05:18:53 jlam Exp $ DISTNAME= suse_libxml2-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE100} -DISTFILES= ${RPMFILES} +DISTFILES= libxml2-2.6.20-4.${SUSE_ARCH}.rpm MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.suse.com/ -COMMENT= Linux compatibility package for the libxml2 library +COMMENT= Linux compatibility package for libxml2 -DEPENDS+= suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base - -EXTRACT_ONLY= # empty -NO_BUILD= YES -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC - -SUSE_INCLUDE_MAKEFILE_ARCH= yes +EMUL_MODULES.linux= base .include "../../emulators/suse100_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" |