diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 14:13:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 14:13:56 +0000 |
commit | b13a7fd66b11cc2d9e6ef461aa0f5a2fa154cdde (patch) | |
tree | 588fb7b87edf1140ec5840b849ff0c4ed496d246 /audio/xfce4-mpc-plugin | |
parent | a22a92820a8502bc14b5a352d75466a9921da63a (diff) | |
download | ports-b13a7fd66b11cc2d9e6ef461aa0f5a2fa154cdde.tar.gz ports-b13a7fd66b11cc2d9e6ef461aa0f5a2fa154cdde.zip |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209537
Diffstat (limited to 'audio/xfce4-mpc-plugin')
-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 2383f3957fd7..4ef53994bb4e 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -23,6 +23,5 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel -USE_XLIB= yes .include <bsd.port.mk> |