summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/jigdo/Makefile
parentRemove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile
index 20c96cf71346..19e31de0c20d 100644
--- a/net-p2p/jigdo/Makefile
+++ b/net-p2p/jigdo/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility used to retrieve large files over the Internet
-RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget
USES= gmake tar:bzip2
USE_SUBMAKE= yes
@@ -26,8 +26,8 @@ GUI_DESC= GTK2 Graphical User Interface
BDB_DESC= Berkeley DB support (for jigdo-file cache)
GUI_CONFIGURE_WITH= gui
-GUI_LIB_DEPENDS= libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \
- libcurl.so:${PORTSDIR}/ftp/curl
+GUI_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 \
+ libcurl.so:ftp/curl
GUI_USES= pkgconfig
BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME}