diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-05 03:26:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-05 03:26:12 +0000 |
commit | 828e187873cddebd97fa967d04d15fc4a0629008 (patch) | |
tree | b623c3a93fe0de7a12f34a5b9bc137eb0909f6b4 /audio/cynthiune | |
parent | f3d69e921954a0d92d6895d673f55a83717773e0 (diff) |
Notes
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 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} |