From 2dbc59cdd62517ce3d991f5a9e4802218747c40a Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 23 Mar 2008 23:03:18 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- audio/mixxx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/mixxx') diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index e87f03bcd4d6..ec84de7a746f 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -7,7 +7,7 @@ PORTNAME= mixxx PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,6 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \ vorbis:${PORTSDIR}/audio/libvorbis \ sndfile:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes USE_QT_VER= 3 HAS_CONFIGURE= yes USE_GL= yes -- cgit