From bcaf0cc859979f817b619fb3c392cc9f40013e3e Mon Sep 17 00:00:00 2001 From: nork Date: Sat, 8 Feb 2003 05:27:23 +0000 Subject: Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=. Submitted by: Ports Fury --- audio/speex-devel/Makefile | 4 ++-- audio/speex/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index ef0d5d611346..1b6f8fd211d9 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -25,8 +25,8 @@ INSTALLS_SHLIB= yes MAN1= speexdec.1 speexenc.1 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/audio/speex/Makefile b/audio/speex/Makefile index ef0d5d611346..1b6f8fd211d9 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -25,8 +25,8 @@ INSTALLS_SHLIB= yes MAN1= speexdec.1 speexenc.1 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -- cgit