diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /audio/zinf | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 91780ccfb0d8..811da7757550 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -13,10 +13,9 @@ COMMENT= GTK-based MP3 player LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ gdbm.4:${PORTSDIR}/databases/gdbm -USES= pathfix gettext gmake +USES= pathfix gettext gmake perl5 USE_GNOME= gtk20 lthack WANT_GNOME= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ --disable-arts |