diff options
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 680e2fa1f255..e07ac7408988 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include/freelibiberty ${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \ --with-readline-libraries=/usr/lib |