summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-05 07:15:12 +0000
committerjlam <jlam@pkgsrc.org>2001-10-05 07:15:12 +0000
commit742a0e0633f97edc858b88cc277872b0a2a34826 (patch)
treea064c221e3ef39083893b79ff63e93a8b137b050 /textproc
parent8632376422769703f1100342991ff69dda941a52 (diff)
downloadpkgsrc-742a0e0633f97edc858b88cc277872b0a2a34826.tar.gz
Strongly buildlinkify and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sablotron/Makefile8
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"