diff options
author | gerald <gerald@FreeBSD.org> | 2006-06-18 00:39:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-06-18 00:39:17 +0800 |
commit | 4f9f38b60722a51cf7ed83f2108b673a1dfa49b7 (patch) | |
tree | 4278e7afb2d77a3d4ef0eb2be1e20074771e9c49 /emulators/wine | |
parent | f161b0365a33eeecef152d8ea8f07fb87624f0a5 (diff) | |
download | freebsd-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/Makefile | 5 |
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) |