diff options
author | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
commit | 21e778e8230e9444c3923bbbfb0f203c4fa20134 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /www/curl | |
parent | 9c675690f4db5be3e0c0197bbec5466317cadad9 (diff) | |
download | pkgsrc-21e778e8230e9444c3923bbbfb0f203c4fa20134.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index ddb758ed619..f545462db3a 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/29 15:42:24 seb Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/03 22:36:41 jlam Exp $ DISTNAME= curl-7.9 CATEGORIES= www @@ -9,8 +9,6 @@ HOMEPAGE= http://curl.haxx.se/ COMMENT= client that groks URLs USE_BUILDLINK_ONLY= yes -REPLACE_BUILDLINK= curl-config - GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes |