diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
commit | 886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/xfmpc | |
parent | 0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff) |
Notes
Diffstat (limited to 'audio/xfmpc')
-rw-r--r-- | audio/xfmpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 1e7144cdf590..7a655f677c0c 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -14,9 +14,8 @@ COMMENT= Graphical MPD client focusing on low footprint LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd -USE_BZIP2= yes INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig +USES= tar:bzip2 gettext gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil |