diff options
author | wiz <wiz> | 2004-04-19 00:28:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-19 00:28:59 +0000 |
commit | b19a9423b0f62164c16ab7a1fb098c9a8448fee4 (patch) | |
tree | d83f128c96be1097a1f326aaddd0f632d0cb1dc8 /emulators/suse_gtk | |
parent | 11eb9fc7f72f452be07e98859ed0b2a0255ceffd (diff) | |
download | pkgsrc-b19a9423b0f62164c16ab7a1fb098c9a8448fee4.tar.gz |
No building is done here -- set NO_BUILDLINK to YES, and remove
USE_BUILDLINK2, if any.
Diffstat (limited to 'emulators/suse_gtk')
-rw-r--r-- | emulators/suse_gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index 2877af1b884..f2794b46e16 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/14 11:31:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/19 00:28:59 wiz Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES +NO_BUILDLINK= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib.rpm gtk.rpm |