aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-07-08 09:02:40 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-07-08 09:02:40 +0000
commit88853a78483dc60bdf4be46302fb0475cbe738e7 (patch)
tree28b7a34c9cd0e94973a3dba1394da513eb8fe218 /emulators
parent582b8cc56ed070656eb6e43dad69337ebde11611 (diff)
downloadports-88853a78483dc60bdf4be46302fb0475cbe738e7.tar.gz
ports-88853a78483dc60bdf4be46302fb0475cbe738e7.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile3
-rw-r--r--emulators/wine/Makefile3
2 files changed, 4 insertions, 2 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
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