diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-07-08 09:02:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-07-08 09:02:40 +0000 |
commit | 88853a78483dc60bdf4be46302fb0475cbe738e7 (patch) | |
tree | 28b7a34c9cd0e94973a3dba1394da513eb8fe218 /emulators/wine-devel | |
parent | 582b8cc56ed070656eb6e43dad69337ebde11611 (diff) | |
download | ports-88853a78483dc60bdf4be46302fb0475cbe738e7.tar.gz ports-88853a78483dc60bdf4be46302fb0475cbe738e7.zip |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 60638ca7ae99..9d5831ca6704 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 |