diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-18 17:48:14 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-18 17:48:14 +0000 |
commit | 56d7dab5c4fd276edf8a1894c74926c6058bf8ad (patch) | |
tree | 312fc38abcbcd6bbc521a81d35a902ecc396691d /audio/speex-devel | |
parent | b02d4abd83f023ee3dc2387a74da469f3187e2cb (diff) | |
download | ports-56d7dab5c4fd276edf8a1894c74926c6058bf8ad.tar.gz ports-56d7dab5c4fd276edf8a1894c74926c6058bf8ad.zip |
Notes
Diffstat (limited to 'audio/speex-devel')
-rw-r--r-- | audio/speex-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 838919eaa7b6..2b1626511ba1 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -24,14 +24,11 @@ USE_GNOME= gnomehack USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} INSTALLS_SHLIB= yes MAN1= speexdec.1 speexenc.1 -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |