diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-12 03:26:56 +0000 |
| commit | c3d8037aeba75366ed06e02fbc981e15b46e7d0a (patch) | |
| tree | 6074bae79118b7d7d4d3d3a8ac0a4dcd65f18f8b /devel/cstringbuffer/Makefile | |
| parent | - Add WITH_ANIMATION to OPTIONS, off by default. This enables experimental (diff) | |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Diffstat (limited to 'devel/cstringbuffer/Makefile')
| -rw-r--r-- | devel/cstringbuffer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index 3c98f48909ac..8517b8493eea 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -19,7 +19,7 @@ MAN3= csb.3 MANCOMPRESSED= no CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.so lib/libcsb.so.1 |
