diff options
Diffstat (limited to 'misc/xbiso/Makefile')
-rw-r--r-- | misc/xbiso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xbiso/Makefile b/misc/xbiso/Makefile index 03649e5984ff..8405ac312d25 100644 --- a/misc/xbiso/Makefile +++ b/misc/xbiso/Makefile @@ -17,8 +17,8 @@ COMMENT= XBox xdvdfs iso extraction utility LIB_DEPENDS= ftp.3:${PORTSDIR}/ftp/ftplib GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/xbiso |