diff options
author | jlam <jlam> | 2001-09-27 19:57:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 19:57:02 +0000 |
commit | f77a0a94a219e09e39047b0ee918b5a8fcf8e1cb (patch) | |
tree | fe22af8447dc6f532a97107bd61d4490b1eb93e5 /www | |
parent | a46a8bd47750bdb731b117171ae38af52e1f9dc6 (diff) | |
download | pkgsrc-f77a0a94a219e09e39047b0ee918b5a8fcf8e1cb.tar.gz |
Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinked
requirements.
Diffstat (limited to 'www')
-rw-r--r-- | www/urlget/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/urlget/Makefile b/www/urlget/Makefile index 3c9211fb785..b4f047c5b4f 100644 --- a/www/urlget/Makefile +++ b/www/urlget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:22:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 19:57:02 jlam Exp $ # DISTNAME= urlget-1.3 @@ -8,9 +8,10 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= simple command-line tool to retrieve an HTTP URL +USE_BUILDLINK_ONLY= YES + .include "../../mk/bsd.prefs.mk" -NO_CONFIGURE= yes .if ${OPSYS} == "SunOS" ALL_TARGET= svr4 .else |