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 /x11/tint-devel/Makefile | |
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 'x11/tint-devel/Makefile')
-rw-r--r-- | x11/tint-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/tint-devel/Makefile b/x11/tint-devel/Makefile index 9664ebd759cf..fe36ea1e1180 100644 --- a/x11/tint-devel/Makefile +++ b/x11/tint-devel/Makefile @@ -14,10 +14,10 @@ COMMENT= Lightweight freedesktop-compliant panel (development version) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libImlib2.so:${PORTSDIR}/graphics/imlib2 \ - librsvg-2.so:${PORTSDIR}/graphics/librsvg2 \ - libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libImlib2.so:graphics/imlib2 \ + librsvg-2.so:graphics/librsvg2 \ + libstartup-notification-1.so:x11/startup-notification CONFLICTS= tint2-[0-9]* |