diff options
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index ef00a41c75cd..f9e3872b6029 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -19,7 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-all CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |