aboutsummaryrefslogtreecommitdiff
path: root/audio/snack/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 09:11:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 09:11:28 +0000
commit1e7e0dce648295b207e28719bc9b1287596865a1 (patch)
tree47ecd11f6d933d6791e53ae0a54bb65389b9fd03 /audio/snack/Makefile
parent06f52fe27c95ec5c00233893e062495ad320b082 (diff)
downloadports-1e7e0dce648295b207e28719bc9b1287596865a1.tar.gz
ports-1e7e0dce648295b207e28719bc9b1287596865a1.zip
Notes
Diffstat (limited to 'audio/snack/Makefile')
-rw-r--r--audio/snack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile
index c67d8dd20580..00475d2ffb8f 100644
--- a/audio/snack/Makefile
+++ b/audio/snack/Makefile
@@ -29,8 +29,8 @@ PLIST_SUB= SNACK_VER=2.2
.if defined(WITH_VORBIS)
LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
-CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \
- --with-ogg-lib=${LOCALBASE}/lib
+CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \
+ --with-ogg-lib=${LOCALBASE}/lib
ALL_TARGET= all libsnackogg.so
PLIST_SUB+= VORBIS=""
.else