diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/tint-devel | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11/tint-devel')
-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 9664ebd759c..fe36ea1e118 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]* |