diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-09 14:54:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-09 14:54:59 +0000 |
commit | 287e318318090a3e72a7a0fa3726cee0f7c3f055 (patch) | |
tree | 8da6f0513731445f9df83e30dda86285bb3a5f9d /audio/xfce4-mixer | |
parent | 1bcb80f1d44516d1871a34250f9e73b99ed40eff (diff) |
replace USE_XLIB by USE_XORG to reduce the dependencies
bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=208675
Diffstat (limited to 'audio/xfce4-mixer')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index b90263c53859..28951fa92b34 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -22,7 +22,8 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig USE_XFCE= configenv libgui libmcs libutil mcsmanager panel -USE_XLIB= yes +USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \ + xdamage xfixes xi xau xdmcp post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure |