summaryrefslogtreecommitdiff
path: root/textproc/urlview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/urlview/Makefile')
-rw-r--r--textproc/urlview/Makefile13
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"