diff options
author | marino <marino@pkgsrc.org> | 2012-07-20 20:30:19 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-20 20:30:19 +0000 |
commit | 084ac2b333683b3836dc644942af91c8cc456ba5 (patch) | |
tree | 02f74526cbe92db358d9598089f116fc026b2fbe | |
parent | f3fb5bdd2ab14a8981f9ae2397695c86434935de (diff) | |
download | pkgsrc-084ac2b333683b3836dc644942af91c8cc456ba5.tar.gz |
pkgtools/x11-links: Mark NOT-FOR-DragonFly
There in no case on DragonFly where the X11_TYPE variable would correctly
be set to "native" because there is no native X11 option available.
Mask the package so it and the four packages that depend on it will never
attempt to build on DragonFly.
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index bed37ef05cf..16a25b0e1cc 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2012/05/03 13:55:45 obache Exp $ +# $NetBSD: Makefile,v 1.133 2012/07/20 20:30:19 marino Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, @@ -17,6 +17,8 @@ LICENSE= original-bsd PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +NOT_FOR_PLATFORM= DragonFly-*-* + WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty USE_TOOLS+= pax |