aboutsummaryrefslogtreecommitdiff
path: root/audio/cynthiune
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-06-05 03:26:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-06-05 03:26:12 +0000
commit828e187873cddebd97fa967d04d15fc4a0629008 (patch)
treeb623c3a93fe0de7a12f34a5b9bc137eb0909f6b4 /audio/cynthiune
parentf3d69e921954a0d92d6895d673f55a83717773e0 (diff)
downloadports-828e187873cddebd97fa967d04d15fc4a0629008.tar.gz
ports-828e187873cddebd97fa967d04d15fc4a0629008.zip
- fix buildwith custom LOCALBASE
Reported by: QAT
Notes
Notes: svn path=/head/; revision=235188
Diffstat (limited to 'audio/cynthiune')
-rw-r--r--audio/cynthiune/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile
index 1f701db61346..d81edaa63d20 100644
--- a/audio/cynthiune/Makefile
+++ b/audio/cynthiune/Makefile
@@ -33,6 +33,7 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNOME+= esound
WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION}
+ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include/libmodplug
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}