diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:00 +0800 |
commit | 2417dd9d05fddf2d2fb760a44ab7b069fecd23a7 (patch) | |
tree | 26dbadb6347bcb7fa1fdc6e95b039a75a5adcd21 /audio | |
parent | a8ef0a95a27cacca0765fc5c6cbf6b474468e8f6 (diff) | |
download | freebsd-ports-gnome-2417dd9d05fddf2d2fb760a44ab7b069fecd23a7.tar.gz freebsd-ports-gnome-2417dd9d05fddf2d2fb760a44ab7b069fecd23a7.tar.zst freebsd-ports-gnome-2417dd9d05fddf2d2fb760a44ab7b069fecd23a7.zip |
Use USES=gnome
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ices/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 2aaccf9be8a0..1db09bc34c88 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -26,12 +26,12 @@ OPTIONS_DEFINE= ALSA CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= gmake iconv pkgconfig tar:bzip2 +USES= gmake gnome iconv pkgconfig tar:bzip2 PLIST_FILES= bin/ices PORTDATA= * -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib .include <bsd.port.mk> |