diff options
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 2b4ca24a38c2..fa3ccaaebd34 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ MAINTAINER= faulkner@mpd.tandem.com -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \ - ${PREFIX}/include/audio/audiolib.h:${PORTSDIR}/audio/nas +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \ + ${LOCALBASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas GNU_CONFIGURE= YES |