diff options
Diffstat (limited to 'audio/xfce4-mpc-plugin/Makefile')
-rw-r--r-- | audio/xfce4-mpc-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 685a79a17180..9e8a7b3ce5d2 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ -# PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.4 @@ -15,12 +14,12 @@ COMMENT= An MPC plugin for Xfce LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd +USES= pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu panel -USE_PKGCONFIG= build .include <bsd.port.mk> |