diff options
Diffstat (limited to 'net-im/ickle/Makefile')
-rw-r--r-- | net-im/ickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 9feb3441512e..1736306ace20 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -27,7 +27,7 @@ USE_LIBTOOL_VER= 13 USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ --with-gtkmm-prefix=${X11BASE} CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" |