diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-23 04:16:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-23 04:16:28 +0800 |
commit | a6a5560e7344569ba09c69c716a881ee32a0fb2e (patch) | |
tree | 7d004bee7ee31183cd2a7625fcbd5d0dcafaa752 /lang | |
parent | d60aac6a0a7ef4fa3b24b5bcb1c32d15af1c7076 (diff) | |
download | freebsd-ports-gnome-a6a5560e7344569ba09c69c716a881ee32a0fb2e.tar.gz freebsd-ports-gnome-a6a5560e7344569ba09c69c716a881ee32a0fb2e.tar.zst freebsd-ports-gnome-a6a5560e7344569ba09c69c716a881ee32a0fb2e.zip |
Fix packaging
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-wx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile index f1370b1d2327..afee8363fff0 100644 --- a/lang/erlang-wx/Makefile +++ b/lang/erlang-wx/Makefile @@ -19,7 +19,8 @@ COMMENT= Erlang bindings for wxWindows WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE} -PLIST_SUB= APP_VERSION=${APP_VERSION} +PLIST_SUB= APP_VERSION=${APP_VERSION} \ + CONFIGURE_TARGET=${CONFIGURE_TARGET} MAKE_JOBS_UNSAFE=yes |