diff options
Diffstat (limited to 'editors/joe-devel/Makefile')
-rw-r--r-- | editors/joe-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile index dbc8dc4d391c..59da314df948 100644 --- a/editors/joe-devel/Makefile +++ b/editors/joe-devel/Makefile @@ -21,7 +21,7 @@ CONFLICTS= joe-2.* LATEST_LINK= joe-devel GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" |