aboutsummaryrefslogtreecommitdiff
path: root/audio/autozen
diff options
context:
space:
mode:
Diffstat (limited to 'audio/autozen')
-rw-r--r--audio/autozen/Makefile3
-rw-r--r--audio/autozen/files/patch-Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile
index 006add6ddeb7..ddf180dc457c 100644
--- a/audio/autozen/Makefile
+++ b/audio/autozen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autozen
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ftp.springdaemons.com/soft/
@@ -18,7 +18,6 @@ MAKE_ENV+= PTHREAD_FLAGS="${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" \
DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}"
USE_GNOME= gtk12
-USE_X_PREFIX= yes
USE_PERL5_RUN= yes
PORTDOCS= *
diff --git a/audio/autozen/files/patch-Makefile b/audio/autozen/files/patch-Makefile
index 94857e43005a..47e2cf0e4b0f 100644
--- a/audio/autozen/files/patch-Makefile
+++ b/audio/autozen/files/patch-Makefile
@@ -10,7 +10,7 @@
-PREFIX = /usr
-PUBLIC_SEQUENCES = $(PREFIX)/share/AutoZen
-+PREFIX = ${X11BASE}
++PREFIX = ${LOCALBASE}
+PUBLIC_SEQUENCES = $(PREFIX)/share/autozen
# uncomment one of the OS= lines below if you're compiling on one of those OSen.