diff options
-rw-r--r-- | audio/gqmpeg-devel/Makefile | 5 | ||||
-rw-r--r-- | audio/xfce4-mixer/Makefile | 5 | ||||
-rw-r--r-- | deskutils/orage/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 66c24d35647c..a4622726ee3c 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gqmpeg PORTVERSION= 0.91.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,7 +30,8 @@ RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif LATEST_LINK= gqmpeg-devel -USE_XLIB= yes +USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ + xfixes xproto USE_GNOME= gtk20 GNU_CONFIGURE= yes 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 diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 0783ababf265..0103da29ef40 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -7,7 +7,7 @@ PORTNAME= orage PORTVERSION= 4.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils 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 pkgconfig USE_XFCE= configenv libgui libmcs mcsmanager panel -USE_XLIB= yes +USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ + xfixes OPTIONS= BDB "Enable BDB support" off \ ICAL "Enable libical support" off |