diff options
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]* |