summaryrefslogtreecommitdiff
path: root/www/urlget
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-27 19:57:02 +0000
committerjlam <jlam>2001-09-27 19:57:02 +0000
commit4e120f0ecbe3a59f4a1fcb8f884ac746214ea031 (patch)
treefe22af8447dc6f532a97107bd61d4490b1eb93e5 /www/urlget
parent211fe889acc612f2c1992dbc2b45c97e959f98f6 (diff)
downloadpkgsrc-4e120f0ecbe3a59f4a1fcb8f884ac746214ea031.tar.gz
Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinked
requirements.
Diffstat (limited to 'www/urlget')
-rw-r--r--www/urlget/Makefile5
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