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/gmpc-mdcover | |
parent | a22a92820a8502bc14b5a352d75466a9921da63a (diff) |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209537
Diffstat (limited to 'audio/gmpc-mdcover')
-rw-r--r-- | audio/gmpc-mdcover/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc-mdcover/Makefile b/audio/gmpc-mdcover/Makefile index 2b03ac9e9079..b66504527cca 100644 --- a/audio/gmpc-mdcover/Makefile +++ b/audio/gmpc-mdcover/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmpc-mdcover PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/ @@ -19,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_XLIB= yes +USE_XORG= x11 USE_GNOME= gnomehack .include <bsd.port.mk> |