summaryrefslogtreecommitdiff
path: root/www/wml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-25 19:25:28 +0000
committerwiz <wiz@pkgsrc.org>2001-12-25 19:25:28 +0000
commit8824391736f0ad4eaaefad3a206f755c220180d3 (patch)
treea57d8b3649f3bfb0e9a9e0ee06157fa90c6096d7 /www/wml
parent91ce3b560745ea8d9e4466cf97ecef42745bd10e (diff)
downloadpkgsrc-8824391736f0ad4eaaefad3a206f755c220180d3.tar.gz
Buildlinkify.
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index a13e13550fa..7f6c15d878c 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/09/27 23:18:58 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/25 19:25:28 wiz Exp $
#
DISTNAME= wml-2.0.3
@@ -9,7 +9,6 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.engelschall.com/sw/wml/
COMMENT= Web Meta Language
-DEPENDS+= ncurses-[0-9]*:../../devel/ncurses
DEPENDS+= p5-Bit-Vector>=5.2:../../devel/p5-Bit-Vector
DEPENDS+= p5-File-PathConvert-[0-9]*:../../devel/p5-File-PathConvert
DEPENDS+= p5-Image-Size>=2.6:../../graphics/p5-Image-Size
@@ -18,14 +17,18 @@ DEPENDS+= p5-Term-ReadKey>=2.11:../../devel/p5-Term-ReadKey
USE_PERL5= yes
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-perl=${PERL5} \
- --with-incdir=${LOCALBASE}/include \
- --with-libdir=${LOCALBASE}/lib \
+ --with-incdir=${BUILDLINK_DIR}/include \
+ --with-libdir=${BUILDLINK_DIR}/lib \
--with-openworld \
--with-tidy=${LOCALBASE}/bin/tidy
+USE_BUILDLINK_ONLY= yes
+
+# redrawwin()
+USE_NCURSES= yes
+
post-install:
cd ${PREFIX}/man/cat1 ; \
for i in wml_aux_linklint wml_aux_tidy wml_aux_txt2html wml_p4_gm4 ; \
@@ -43,4 +46,5 @@ post-install:
test:
@cd ${WRKSRC} && ${MAKE} test
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"