diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
commit | f25f9d2824f2548b605b8cf88494b54c2d1335d9 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /www | |
parent | 98cd81fd463921699b46403b8d5cc871f6f3aba2 (diff) | |
download | pkgsrc-f25f9d2824f2548b605b8cf88494b54c2d1335d9.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')
-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 |