diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-30 20:09:53 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-30 20:09:53 +0000 |
commit | f53c7d60c953911cadf64e17ffd350f51821539b (patch) | |
tree | 41f0e569d4e837ad3b3deaf6ff756051010fd126 /emulators | |
parent | a920765e6bb12a408409eee743218bbf349cffac (diff) | |
download | ports-f53c7d60c953911cadf64e17ffd350f51821539b.tar.gz ports-f53c7d60c953911cadf64e17ffd350f51821539b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 18ee23572734..e77783a1e969 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.68 1999/02/01 23:28:01 se Exp $ +# $Id: Makefile,v 1.69 1999/02/20 00:08:36 se Exp $ # DATE= 990214 @@ -20,6 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes MAN1= wine.1 +ONLY_FOR_ARCHS= i386 pre-configure: @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 18ee23572734..e77783a1e969 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.68 1999/02/01 23:28:01 se Exp $ +# $Id: Makefile,v 1.69 1999/02/20 00:08:36 se Exp $ # DATE= 990214 @@ -20,6 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes MAN1= wine.1 +ONLY_FOR_ARCHS= i386 pre-configure: @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ |