diff options
author | gerald <gerald@FreeBSD.org> | 2003-07-08 17:02:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-07-08 17:02:40 +0800 |
commit | ac1d9600bd5b31548666e958e29d7ac171ee05e1 (patch) | |
tree | da5c0a965f59b1a3a7712ae7afd6e104f584473b /emulators/wine | |
parent | 935a70e8594f84fa6886e0a1d57d052fc59df3fe (diff) | |
download | freebsd-ports-gnome-ac1d9600bd5b31548666e958e29d7ac171ee05e1.tar.gz freebsd-ports-gnome-ac1d9600bd5b31548666e958e29d7ac171ee05e1.tar.zst freebsd-ports-gnome-ac1d9600bd5b31548666e958e29d7ac171ee05e1.zip |
Add -L${PREFIX}/lib to LDFLAGS so that the presence of FreeType is properly
detected during configury. Bump PORTREVISION.
Reported by: Matthew Reimer <mreimer@vpop.net>
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 60638ca7ae99..9d5831ca6704 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 2003.06.18 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -18,7 +19,7 @@ COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine +CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 |