diff options
Diffstat (limited to 'emulators/suse_compat/Makefile')
-rw-r--r-- | emulators/suse_compat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index cec73967532..9dd0af4e177 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/04/14 11:31:10 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/19 00:28:59 wiz Exp $ DISTNAME= compat PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -14,9 +14,9 @@ DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 -USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty NO_BUILD= YES +NO_BUILDLINK= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} |