aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-05-31 02:30:07 +0800
committernox <nox@FreeBSD.org>2014-05-31 02:30:07 +0800
commit571e5755154f832ad34973f571b969f57f6621c1 (patch)
tree563cca02ca6fcb00ad96d37468c281b520438632 /multimedia
parent09f276eaa05dff7352212a19fe3ef8dd7eb902e9 (diff)
downloadfreebsd-ports-gnome-571e5755154f832ad34973f571b969f57f6621c1.tar.gz
freebsd-ports-gnome-571e5755154f832ad34973f571b969f57f6621c1.tar.zst
freebsd-ports-gnome-571e5755154f832ad34973f571b969f57f6621c1.zip
- Stagify.
- Use new LIB_DEPENDS syntax.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/kaffeine/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/kaffeine/Makefile b/multimedia/kaffeine/Makefile
index ea93b21c04d9..1076dc78ee22 100644
--- a/multimedia/kaffeine/Makefile
+++ b/multimedia/kaffeine/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A xine-base multimedia player
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/ca.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS= xine.2:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -24,7 +24,6 @@ USES= cmake gettext gmake
USE_LDCONFIG= yes
USE_XORG= xscrnsaver
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,add_subdirectory(x-test),,' ${WRKSRC}/po/CMakeLists.txt