diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-05 02:36:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-05 02:36:22 +0800 |
commit | 32291a2a8bf4aa983a71b54a2d9a4b7033bc5708 (patch) | |
tree | 2cbda8efd2cc0cde4dd69c545946fd1b6cc51642 /audio/cynthiune | |
parent | c2cd84416134a554d44c2af59aba992ba6351446 (diff) | |
download | freebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.tar.gz freebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.tar.zst freebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.zip |
- fix buildwith custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'audio/cynthiune')
-rw-r--r-- | audio/cynthiune/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile index 6b321900cac1..1f701db61346 100644 --- a/audio/cynthiune/Makefile +++ b/audio/cynthiune/Makefile @@ -34,6 +34,7 @@ USE_GNOME+= esound WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/Frameworks/Cynthiune/Cynthiune.framework/Versions/Current +ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} MAKE_FLAGS= disable-windowsmedia=yes debug=no |