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 | fd8c422e8c2bcd9f28c08fa2e5ad13e0958bd8ec (patch) | |
tree | d83f128c96be1097a1f326aaddd0f632d0cb1dc8 /emulators/suse_libtiff | |
parent | 280d7a2f2624940c9b9912058fc56857ff02668a (diff) | |
download | pkgsrc-fd8c422e8c2bcd9f28c08fa2e5ad13e0958bd8ec.tar.gz |
No building is done here -- set NO_BUILDLINK to YES, and remove
USE_BUILDLINK2, if any.
Diffstat (limited to 'emulators/suse_libtiff')
-rw-r--r-- | emulators/suse_libtiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse_libtiff/Makefile b/emulators/suse_libtiff/Makefile index 0e50556cb71..0e3c13eead5 100644 --- a/emulators/suse_libtiff/Makefile +++ b/emulators/suse_libtiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/14 11:31:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/19 00:28:59 wiz Exp $ DISTNAME= libtiff PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -14,8 +14,8 @@ DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 -USE_BUILDLINK2= YES NO_BUILD= YES +NO_BUILDLINK= YES EXTRACT_ONLY= # empty PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC |