diff options
author | jlam <jlam> | 2005-06-14 22:42:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-14 22:42:49 +0000 |
commit | 057a34c76ef30319007f18cfb07b151c2975aa33 (patch) | |
tree | c268dcc53a695fc1be480525f83b53d8daf06b38 /x11/fltk/Makefile | |
parent | 9822fabca6e712372987740b68be3fe6d5ae45c8 (diff) | |
download | pkgsrc-057a34c76ef30319007f18cfb07b151c2975aa33.tar.gz |
Don't create the mass of symlinks for the headers as they're not used
by FLTK packages. Packages know to use <FL/*.H> for fltk>=1.1, which
we already require via BUILDLINK_DEPENDS.fltk. This fixes the build
on Darwin where the symlinks were, by default, not created and which
subsequently broke the PLIST. Bump the PKGREVISION to 2.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 86c72a275e0..a215ceae41b 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2005/06/14 11:22:16 kristerw Exp $ +# $NetBSD: Makefile,v 1.49 2005/06/14 22:42:49 jlam Exp $ DISTNAME= fltk-1.1.6-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ ftp://ftp.fltk.org/pub/fltk/${VERS}/ \ @@ -26,6 +26,7 @@ TEST_TARGET= test PTHREAD_OPTS+= require GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL} +CONFIGURE_ARGS+= --without-links .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" |