diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /audio/autozen | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'audio/autozen')
-rw-r--r-- | audio/autozen/Makefile | 3 | ||||
-rw-r--r-- | audio/autozen/files/patch-Makefile | 2 |
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. |