diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /textproc/urlview | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'textproc/urlview')
-rw-r--r-- | textproc/urlview/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 9057e729213..3ae5a583ddc 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/20 04:26:43 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/25 21:51:20 jlam Exp $ DISTNAME= urlview-0.9 CATEGORIES= textproc @@ -10,9 +10,8 @@ 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 -GNU_CONFIGURE= yes -USE_NCURSES= yes -USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |