summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-01-23 04:44:17 +0000
committerperky <perky@FreeBSD.org>2003-01-23 04:44:17 +0000
commit77913d3bd2bd05ebf5109beab9f8b34863559347 (patch)
tree254d9ecd20b4eab5b347a05d6731e41a3a3016a1 /ftp
parent3166c6df8fc3d6b4326b9c6da23a3cd58de848c6 (diff)
downloadFreeBSD-ports-77913d3bd2bd05ebf5109beab9f8b34863559347.zip
FreeBSD-ports-77913d3bd2bd05ebf5109beab9f8b34863559347.tar.gz
Remove bogus != command which generates bogus dependency error on some
conditions. Advised by: kris
Diffstat (limited to 'ftp')
-rw-r--r--ftp/py-curl/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile
index 383d4fa..cae9271 100644
--- a/ftp/py-curl/Makefile
+++ b/ftp/py-curl/Makefile
@@ -21,13 +21,6 @@ USE_PYDISTUTILS= yes
USE_REINPLACE= yes
EXTRACT_AFTER_ARGS= | ${TAR} -xf - 2>/dev/null || true
-.include <bsd.port.pre.mk>
-CURL_VERSION!= ${LOCALBASE}/bin/curl-config --version 2>&1 | \
- grep '${PORTVERSION}$$' 2>&1 || ${TRUE}
-.if empty(CURL_VERSION)
-IGNORE= requires curl-${PORTVERSION}
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's@\(curl-config --\)@${LOCALBASE}/bin/\1@g' \
-e 's@^\(include_dirs = \).*@\1["${LOCALBASE}/include"]@' \
@@ -36,4 +29,4 @@ post-patch:
-e 's@name=PACKAGE@name="pycurl"@' \
${WRKSRC}/setup.py
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud