diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
commit | 0d6e1ea2a9a584bbd24819daa29397e8231ef5c6 (patch) | |
tree | 8cf4e036960e13ed6996eeb5d1d08542225b0b87 /audio | |
parent | 80edb4805655c2b90b4e8a155fcf64789bc90e39 (diff) | |
download | freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.gz freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.zst freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.zip |
- cleanup ADDITIONAL_LIB_DIRS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cynthiune/Makefile | 1 | ||||
-rw-r--r-- | audio/gnustep-cdplayer/Makefile | 1 | ||||
-rw-r--r-- | audio/mp3towav-bundle/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/cynthiune/Makefile b/audio/cynthiune/Makefile index d81edaa63d20..3c02fe0a3556 100644 --- a/audio/cynthiune/Makefile +++ b/audio/cynthiune/Makefile @@ -35,7 +35,6 @@ 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} MAKE_FLAGS= disable-windowsmedia=yes debug=no diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index 0186390a1a99..b6607e136cb6 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -29,7 +29,6 @@ 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 diff --git a/audio/mp3towav-bundle/Makefile b/audio/mp3towav-bundle/Makefile index 07052c8bdbfc..e3ab916e84aa 100644 --- a/audio/mp3towav-bundle/Makefile +++ b/audio/mp3towav-bundle/Makefile @@ -26,7 +26,6 @@ USE_GNUSTEP_LOCAL_APPS+= Burn:${BURN_PORT} WRKSRC= ${WRKDIR}/MP3ToWav ADDITIONAL_INCLUDE_DIRS+= -I${GNUSTEP_PREFIX}/Local/Library/Headers/Burn MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} -ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib BURN_PORT?= sysutils/burn |