diff options
Diffstat (limited to 'audio/streamtranscoder/Makefile')
-rw-r--r-- | audio/streamtranscoder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index bde7d2fd87b9..2a4351690ba8 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ mp3lame:${PORTSDIR}/audio/lame GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/streamTranscoder PORTDOCS= AUTHORS README |