aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 11:11:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 11:11:16 +0000
commit871fcd5c20771925578810dc9b6405b9729cb3f5 (patch)
tree1e20f7e616d77c58186849f37c05fc849c68043d
parent7e7ff7a81c50b13f405652d58e381aef33991c21 (diff)
downloadports-871fcd5c20771925578810dc9b6405b9729cb3f5.tar.gz
ports-871fcd5c20771925578810dc9b6405b9729cb3f5.zip
Notes
-rw-r--r--audio/festalon/Makefile4
-rw-r--r--audio/xmms-festalon/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile
index 691ff8f4439c..84ac311b9c0a 100644
--- a/audio/festalon/Makefile
+++ b/audio/festalon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= festalon
PORTVERSION= 0.5.5
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= http://projects.raphnet.net/festalon/ \
LOCAL/ehaupt
@@ -16,7 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate
-USES= libtool pkgconfig tar:bzip2
+USES+= libtool pkgconfig tar:bzip2
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/audio/xmms-festalon/Makefile b/audio/xmms-festalon/Makefile
index c2681096923f..fc3048e40b7f 100644
--- a/audio/xmms-festalon/Makefile
+++ b/audio/xmms-festalon/Makefile
@@ -10,7 +10,9 @@ MASTERDIR= ${.CURDIR}/../festalon
BUILD_DEPENDS= xmms:multimedia/xmms
RUN_DEPENDS= xmms:multimedia/xmms
-USE_GNOME= glib12
+USES+= gettext-runtime
+USE_GNOME= glib12 gtk12
+USE_XORG= xext xi x11
CONFIGURE_ARGS+= --enable-interface=interface
INSTALL_TARGET= install-strip
@@ -22,5 +24,4 @@ PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \
lib/xmms/Input/libfestalon_xmms.so.0 \
lib/xmms/Input/libfestalon_xmms.so.0.0.0
-
.include "${MASTERDIR}/Makefile"