diff options
Diffstat (limited to 'databases/gnomedb/Makefile')
-rw-r--r-- | databases/gnomedb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index cb0522d38b06..385a1d093608 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -25,7 +25,7 @@ USE_INC_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> |