diff options
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 |