diff options
author | tron <tron> | 2002-06-07 12:53:49 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-07 12:53:49 +0000 |
commit | aa961f704f714462b8ca8509b4911f402c61e9fa (patch) | |
tree | 74c2708d41c7ce3ba691e1ca8e6d234f511e445f /pkgtools | |
parent | 392f84de0b441ef8c8fca5225b70c2445db617dc (diff) | |
download | pkgsrc-aa961f704f714462b8ca8509b4911f402c61e9fa.tar.gz |
This package doesn't work under Solaris because the include OpenWindows
is based on a very old X11 release.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 1ebea390cd2..d3e3f557c2b 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/02/26 21:49:06 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2002/06/07 12:53:49 tron Exp $ DISTNAME= xpkgwedge-1.7 CATEGORIES= pkgtools devel x11 @@ -9,6 +9,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/Packages.txt COMMENT= allows X11 pkgs to be built and used outside of /usr/X11R6 +NOT_FOR_PLATFORM= SunOS-*-* + EXTRACT_ONLY= # empty NO_CONFIGURE= # defined WRKSRC= ${WRKDIR} |