diff options
author | billf <billf@FreeBSD.org> | 1999-03-30 20:09:53 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-30 20:09:53 +0000 |
commit | ff4c0fc30b3dc8ecf4f7f7fafea3d1abffeaf9d8 (patch) | |
tree | 4d35e1371bedf16b50c11830d14345ccc3b31ff1 /emulators | |
parent | add896600ed4ef5e5dd16d0bed43e56d6e186a85 (diff) | |
download | FreeBSD-ports-ff4c0fc30b3dc8ecf4f7f7fafea3d1abffeaf9d8.zip FreeBSD-ports-ff4c0fc30b3dc8ecf4f7f7fafea3d1abffeaf9d8.tar.gz |
Use 'ONLY_FOR_ARCHS= i386'.
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 18ee235..e77783a 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 18ee235..e77783a 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\"" \ |