diff options
author | jlam <jlam> | 2001-10-05 07:15:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-05 07:15:12 +0000 |
commit | a62b45f01da57adba6a202f243f74515d9e1fc3a (patch) | |
tree | a064c221e3ef39083893b79ff63e93a8b137b050 /textproc | |
parent | e6dd689ea61199834f0572cf1a25c36ab2336e0c (diff) | |
download | pkgsrc-a62b45f01da57adba6a202f243f74515d9e1fc3a.tar.gz |
Strongly buildlinkify and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index dd4989149d4..73b0476da26 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:46 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/10/05 07:15:12 jlam Exp $ DISTNAME= Sablot-0.60 PKGNAME= sablotron-0.60 @@ -9,13 +9,11 @@ MAINTAINER= uithuis@dds.nl HOMEPAGE= http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act COMMENT= XSL processor fully implemented in C++ -DEPENDS+= expat-[0-9]*:../../textproc/expat - +USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/tools/ltconfig -CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib - +.include "../../textproc/expat/buildlink.mk" .include "../../mk/bsd.pkg.mk" |