diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/getleft | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
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/getleft')
-rw-r--r-- | www/getleft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/getleft/Makefile b/www/getleft/Makefile index 73a1481f0ddb..4dc5662cf568 100644 --- a/www/getleft/Makefile +++ b/www/getleft/Makefile @@ -11,8 +11,8 @@ DISTNAME= Getleft-v${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Web site downloader -RUN_DEPENDS= ${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable \ - ${LOCALBASE}/lib/libttkstub.a:${PORTSDIR}/x11-toolkits/tile +RUN_DEPENDS= ${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:x11-toolkits/tktable \ + ${LOCALBASE}/lib/libttkstub.a:x11-toolkits/tile USES= tk PORTSCOUT= ignore:1 |