diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-01 20:42:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-01 20:42:30 +0800 |
commit | 50e10f66eba739889429731d2be686990a1c4817 (patch) | |
tree | 23d8121cf2f261e1220a11c38847ac91bcd89715 | |
parent | 8c58b9c5abbb7a8ba4750c4cfd3794ca10ee0944 (diff) | |
download | freebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.tar.gz freebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.tar.zst freebsd-ports-gnome-50e10f66eba739889429731d2be686990a1c4817.zip |
- fix build for custom LOCALBASE
Reported by: QAT
-rw-r--r-- | audio/gnustep-cdplayer/Makefile | 1 |
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 |