diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/ices | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) |
Notes
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 54920289fc26..6a9766dbdbcf 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -21,10 +21,9 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ OPTIONS_DEFINE= ALSA -USES= pkgconfig iconv +USES= pkgconfig iconv gmake USE_BZIP2= yes USE_GNOME= libxml2 -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio |