diff options
Diffstat (limited to 'devel/libstroke/Makefile')
-rw-r--r-- | devel/libstroke/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 27349bd6ad9..5d5523a4ff0 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:31:43 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/14 05:08:50 dmcmahill Exp $ # DISTNAME= libstroke-0.3 @@ -10,14 +10,16 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.etla.net/libstroke/ COMMENT= Stroke translation library -DEPENDS+= tcl>=8.3.2:../../lang/tcl +PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11= YES +USE_BUILDLINK3= YES -CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include" +#CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include" LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |