aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-15 02:59:13 +0800
committerbapt <bapt@FreeBSD.org>2014-07-15 02:59:13 +0800
commit9b940fc4d24e26c1a6c5e5bc31cdcd0731899a5f (patch)
treec26d737d79f9ed1becc07fc14f629cc8e781f05e /x11
parent9eee35bdc5c672861cdd336a9de97d9e6cb98eb3 (diff)
downloadfreebsd-ports-gnome-9b940fc4d24e26c1a6c5e5bc31cdcd0731899a5f.tar.gz
freebsd-ports-gnome-9b940fc4d24e26c1a6c5e5bc31cdcd0731899a5f.tar.zst
freebsd-ports-gnome-9b940fc4d24e26c1a6c5e5bc31cdcd0731899a5f.zip
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r--x11/metisse/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile
index 6957fa6fd422..4ac1526ae83e 100644
--- a/x11/metisse/Makefile
+++ b/x11/metisse/Makefile
@@ -19,8 +19,8 @@ BROKEN= does not configure
EXPIRATION_DATE= 2014-08-30
DEPRECATED= Broken and not staged
-LIB_DEPENDS= Nucleo:${PORTSDIR}/x11-toolkits/nucleo \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libNucleo.so:${PORTSDIR}/x11-toolkits/nucleo \
+ libpng15.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= ${LOCALBASE}/libdata/xorg/fonts:${PORTSDIR}/x11-fonts/xorg-fonts
USE_BZIP2= yes
@@ -71,15 +71,15 @@ USE_GNOME+= atspi
.endif
.if ${PORT_OPTIONS:MSTROKE}
-LIB_DEPENDS+= stroke:${PORTSDIR}/devel/libstroke
+LIB_DEPENDS+= libstroke.so:${PORTSDIR}/devel/libstroke
.endif
.if ${PORT_OPTIONS:MRPLAY}
-LIB_DEPENDS+= rplay:${PORTSDIR}/audio/rplay
+LIB_DEPENDS+= librplay.so:${PORTSDIR}/audio/rplay
.endif
.if ${PORT_OPTIONS:MFRIBIDI}
-LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+= libfribidi.so:${PORTSDIR}/converters/fribidi
.endif
.if ${HAVE_GNOME:Mglib20} || ${PORT_OPTIONS:MGLIB}