aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-06-16 12:42:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-06-16 12:42:06 +0000
commitc02f08b502a7b7348a78780440864a7d6ae2580b (patch)
treecae6aa692795f89ab914a160815e40e9ba934447 /emulators/wine
parente12c7a291d59dc4231d70659fb740211ebfd5b05 (diff)
downloadports-c02f08b502a7b7348a78780440864a7d6ae2580b.tar.gz
ports-c02f08b502a7b7348a78780440864a7d6ae2580b.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index b587c0263a6d..1d272f770a39 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -24,8 +24,6 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
CONFLICTS_INSTALL= wine-staging-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \
i386-wine-staging-[0-9]* i386-wine-devel-[0-9]*
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--verbose --disable-tests \
--without-alsa --without-capi --without-dbus \
@@ -41,7 +39,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \
--without-udev
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
WINELIBDIR?= ${PREFIX}/lib
-USES= bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz
+USES= bison compiler:c11 desktop-file-utils gmake localbase shebangfix tar:xz
.if !defined(USE_LDCONFIG32)
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
.endif