diff options
Diffstat (limited to 'audio/mpiosh')
-rw-r--r-- | audio/mpiosh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 3b3e7a09a781..0bde42fbd6c0 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -22,8 +22,8 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= aclocal automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -liconv .include <bsd.port.pre.mk> |