diff options
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index b86f1fb13d56..5db04f405560 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS= --enable-static --enable-shared \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} MAN1= oafd.1 |