diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /emulators/twin | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) |
Notes
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 8675083fd9c1..75acbcc9c853 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Willows Toolkit for migrating and developing Windows applications -ONLY_FOR_ARCHS= i386 alpha powerpc +ONLY_FOR_ARCHS= i386 alpha powerpc WRKSRC= ${WRKDIR}/${PORTNAME} @@ -26,7 +26,7 @@ USE_REINPLACE= yes USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == "alpha" -CONFIGURE_ARGS+= --disable-intp +CONFIGURE_ARGS+=--disable-intp .endif USE_GMAKE= yes |