diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 19:57:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 19:57:02 +0000 |
commit | e34e9c5b2766369054c5bb1e5b7675a8bbdc60c2 (patch) | |
tree | fe22af8447dc6f532a97107bd61d4490b1eb93e5 /www/urlget | |
parent | ee0474534615a1f81a82c70a23d466d51633d5a2 (diff) | |
download | pkgsrc-e34e9c5b2766369054c5bb1e5b7675a8bbdc60c2.tar.gz |
Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinked
requirements.
Diffstat (limited to 'www/urlget')
-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 |