aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-01 20:42:30 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-01 20:42:30 +0800
commit50e10f66eba739889429731d2be686990a1c4817 (patch)
tree23d8121cf2f261e1220a11c38847ac91bcd89715 /audio
parent8c58b9c5abbb7a8ba4750c4cfd3794ca10ee0944 (diff)
downloadfreebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.tar.gz
freebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.tar.zst
freebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.zip
- fix build for custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'audio')
-rw-r--r--audio/gnustep-cdplayer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile
index b6607e136cb6..0186390a1a99 100644
--- a/audio/gnustep-cdplayer/Makefile
+++ b/audio/gnustep-cdplayer/Makefile
@@ -29,6 +29,7 @@ USE_GNUSTEP_SYSTEM_LIBS+= PrefsModule:${PREFERENCES_PORT}
WRKSRC= ${WRKDIR}/CDPlayer-${PORTVERSION}
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
CDDB_BUNDLE_PORT?= audio/cddb-bundle
PREFERENCES_PORT?= deskutils/preferences.app