diff options
Diffstat (limited to 'audio/osalp')
-rw-r--r-- | audio/osalp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index ac021f6e347f..d299fd420bd3 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -21,9 +21,8 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ GNU_CONFIGURE= yes CFLAGS+= -fPIC -DPIC -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-all USE_LDCONFIG= yes |