diff options
Diffstat (limited to 'devel/gaul/Makefile')
-rw-r--r-- | devel/gaul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index b752228b18c0..b773379e78d4 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes |