From 77913d3bd2bd05ebf5109beab9f8b34863559347 Mon Sep 17 00:00:00 2001 From: perky Date: Thu, 23 Jan 2003 04:44:17 +0000 Subject: Remove bogus != command which generates bogus dependency error on some conditions. Advised by: kris --- ftp/py-curl/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 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 -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 +.include -- cgit v1.1