aboutsummaryrefslogtreecommitdiff
path: root/www/flickcurl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/flickcurl
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/flickcurl')
-rw-r--r--www/flickcurl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/flickcurl/Makefile b/www/flickcurl/Makefile
index 2fd2e310439a..23cc007ad995 100644
--- a/www/flickcurl/Makefile
+++ b/www/flickcurl/Makefile
@@ -12,7 +12,7 @@ COMMENT= C library for the Flickr API
LICENSE= APACHE20 GPLv2 LGPL21
LICENSE_COMB= dual
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:ftp/curl
OPTIONS_DEFINE= RAPTOR DOCS
OPTIONS_RADIO= WEBSERVICE
@@ -33,7 +33,7 @@ OFFLINE_CONFIGURE_ON= --enable-offline
OFFLINE_CONFIGURE_OFF= offline=no
CAPTURE_CONFIGURE_ON= --enable-capture
CAPTURE_CONFIGURE_OFF= capture=no
-RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2
+RAPTOR_LIB_DEPENDS= libraptor2.so:textproc/raptor2
RAPTOR_CONFIGURE_ON= --with-raptor=2
RAPTOR_CONFIGURE_OFF= --with-raptor=no