diff options
Diffstat (limited to 'audio/mp3splt/Makefile')
-rw-r--r-- | audio/mp3splt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 7ca59c1eca10..51d769177d54 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= mp3splt:${PORTSDIR}/audio/libmp3splt USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-oggsplt_symlink --disable-mp3splttest CPPFLAGS+= -I${LOCALBASE}/include |