summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/whowatch/Makefile10
-rw-r--r--textproc/urlview/Makefile13
2 files changed, 9 insertions, 14 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index b84ec59181f..d96652ea340 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:42:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/06/20 04:29:52 jlam Exp $
#
DISTNAME= whowatch-1.4
@@ -10,10 +10,8 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://wizard.ae.krakow.pl/~mike/\#whowatch
COMMENT= interactive who-like program displaying real-time user information
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${PREFIX}/include"
-
-USE_CURSES= YES
-REPLACE_NCURSES+=whowatch.h configure.in configure
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
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"