diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-19 00:28:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-19 00:28:59 +0000 |
commit | 8a304c0c436963f8301872a4246a2f426838189f (patch) | |
tree | d83f128c96be1097a1f326aaddd0f632d0cb1dc8 /emulators/suse_x11 | |
parent | 4815ff682b927f2433cdf4c6687b0ff59bfbdc15 (diff) | |
download | pkgsrc-8a304c0c436963f8301872a4246a2f426838189f.tar.gz |
No building is done here -- set NO_BUILDLINK to YES, and remove
USE_BUILDLINK2, if any.
Diffstat (limited to 'emulators/suse_x11')
-rw-r--r-- | emulators/suse_x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index c0b946ad5d1..335461bd9ab 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/04/14 11:31:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/19 00:28:59 wiz Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 2 @@ -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= xshared.rpm |