diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:53:30 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:53:30 +0000 |
commit | 8027a8ec84fb25e9e53b5335564ed5a0798e0831 (patch) | |
tree | f687a576fc29341995ed13d178bfc95a59162a7a /textproc/urlview | |
parent | 9df0175b10718080f9b6fdee895cac143a9956c8 (diff) | |
download | pkgsrc-8027a8ec84fb25e9e53b5335564ed5a0798e0831.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/urlview')
-rw-r--r-- | textproc/urlview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index a933bbbd53e..9a7808ca18c 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/28 09:13:59 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/25 04:53:30 snj Exp $ DISTNAME= urlview-0.9 PKGREVISION= 1 @@ -12,7 +12,7 @@ MAINTAINER= tron@NetBSD.org COMMENT= Extract URLs from text files and display them in a menu GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |