aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 00:59:42 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 00:59:42 +0800
commit2783665e65479686798651a4c80b6800e80925d8 (patch)
treee0db9bc64b9feec3c24ee4e5cf221a9804ddfbf0 /x11
parente74a03143ca2144e11ec15b72d7726228fba3807 (diff)
downloadfreebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.tar.gz
freebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.tar.zst
freebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.zip
Convert to new LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r--x11/bbdock/Makefile6
-rw-r--r--x11/gnome-shell/Makefile8
-rw-r--r--x11/keynav/Makefile4
-rw-r--r--x11/py-qt4-opengl/Makefile2
-rw-r--r--x11/xscreensaver-gnome/Makefile4
5 files changed, 10 insertions, 14 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile
index 7620ce772b83..4d3cacad7812 100644
--- a/x11/bbdock/Makefile
+++ b/x11/bbdock/Makefile
@@ -12,7 +12,7 @@ COMMENT= Application launcher for Blackbox-like window manager
LICENSE= BSD
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_XORG= x11
@@ -23,12 +23,8 @@ PLIST_FILES= bin/bbdock
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 3177a653fd04..8aac777d078b 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -12,10 +12,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Next generation GNOME desktop shell
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- mutter-private.0:${PORTSDIR}/x11-wm/mutter \
- clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
- gjs-gi:${PORTSDIR}/lang/gjs
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+ libmutter-private.so:${PORTSDIR}/x11-wm/mutter \
+ libclutter-glx-1.so:${PORTSDIR}/graphics/clutter \
+ libgjs-gi.so:${PORTSDIR}/lang/gjs
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
glxinfo:${PORTSDIR}/graphics/mesa-demos
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile
index 153d73a8dc1b..277ff19eb509 100644
--- a/x11/keynav/Makefile
+++ b/x11/keynav/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= http://semicomplete.googlecode.com/files/
MAINTAINER= wxs@FreeBSD.org
COMMENT= Quickly select a portion of the screen using minimal keystrokes
-LIB_DEPENDS= xdo.2:${PORTSDIR}/x11/xdotool \
- cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= libxdo.so:${PORTSDIR}/x11/xdotool \
+ libcairo.so:${PORTSDIR}/graphics/cairo
USES= gmake pkgconfig
USE_GNOME= glib20
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile
index e4a296163a9d..58999b0d6403 100644
--- a/x11/py-qt4-opengl/Makefile
+++ b/x11/py-qt4-opengl/Makefile
@@ -45,7 +45,7 @@ ARGS= -b ${PREFIX}/bin \
ARGS+= --no-qsci-api
PLIST_SUB+= API="@comment "
.else
-LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
PLIST_SUB+= API=""
.endif
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index 04170906599e..49d3e1d62a70 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -12,8 +12,8 @@ DISTNAME= xscreensaver-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Save your screen while you entertain your cat (for GNOME users)
-LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle \
- jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libgle.so:${PORTSDIR}/graphics/gle \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
#CONFLICTS?= xscreensaver-[0-9]* xscreensaver-gnome-hacks-[0-9]*