diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /audio/audacity-devel | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r-- | audio/audacity-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index cef053c1ef88..accb5affaf63 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= audacity PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}-beta GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X_PREFIX= yes USE_GETTEXT= yes USE_GCC= 4.2+ |