aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-06-17 16:39:17 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-06-17 16:39:17 +0000
commit12e6cc03d1d3e471d80e3c0f5179dfee2ab556d9 (patch)
tree749f1fa87bbbe0705f6dc8ade4a2265aeea61c3d /emulators/wine
parent3d0d03c71a984041a627a79bd86333c822c6f26e (diff)
downloadports-12e6cc03d1d3e471d80e3c0f5179dfee2ab556d9.tar.gz
ports-12e6cc03d1d3e471d80e3c0f5179dfee2ab556d9.zip
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index d021f90cce70..1a5520a33816 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -24,13 +24,11 @@ LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \
glut.4:${PORTSDIR}/graphics/libglut
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
LIBS=-Wl,-rpath,${PREFIX}/lib/wine \
EXTRA_BINARIES="wine-kthread"
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/wine
USE_LDCONFIG= ${PREFIX}/lib/wine
MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
winemaker.1 wineserver.1 wmc.1 wrc.1
@@ -45,7 +43,6 @@ SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
.if ${OSVERSION} < 503000
IGNORE= fails to work on versions of FreeBSD before 5.3 (due to problems with threading support)