aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2006-06-18 00:39:17 +0800
committergerald <gerald@FreeBSD.org>2006-06-18 00:39:17 +0800
commit4f9f38b60722a51cf7ed83f2108b673a1dfa49b7 (patch)
tree4278e7afb2d77a3d4ef0eb2be1e20074771e9c49 /emulators/wine
parentf161b0365a33eeecef152d8ea8f07fb87624f0a5 (diff)
downloadfreebsd-ports-gnome-4f9f38b60722a51cf7ed83f2108b673a1dfa49b7.tar.gz
freebsd-ports-gnome-4f9f38b60722a51cf7ed83f2108b673a1dfa49b7.tar.zst
freebsd-ports-gnome-4f9f38b60722a51cf7ed83f2108b673a1dfa49b7.zip
Switch to the new, default version of USE_LDCONFIG as provided by
Mk/bsd.port.mk. Reviewed by: flz
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)