diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-20 04:26:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-20 04:26:43 +0000 |
commit | e26d6029b6dbcc1e7f0643c036c2d51b226c39e1 (patch) | |
tree | 6ddcff047f648be282de6bb3764029d28d651c66 /textproc/urlview | |
parent | 183dcae5207417556504903ad861568c89d01726 (diff) | |
download | pkgsrc-e26d6029b6dbcc1e7f0643c036c2d51b226c39e1.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc/urlview')
-rw-r--r-- | textproc/urlview/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 1abe905f95c..9057e729213 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:52 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/20 04:26:43 jlam Exp $ DISTNAME= urlview-0.9 CATEGORIES= textproc @@ -10,12 +10,9 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ MAINTAINER= tron@netbsd.org COMMENT= extract URLs from text files and display them in a menu -DEPENDS+= ncurses>=5.0:../../devel/ncurses - -#USE_CURSES= yes -#REPLACE_NCURSES= ${WRKSRC}/configure ${WRKSRC}/enter.h ${WRKSRC}/urlview.c - -GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include +GNU_CONFIGURE= yes +USE_NCURSES= yes +USE_BUILDLINK_ONLY= yes +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |