diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-12-12 13:49:02 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-12-12 13:49:02 +0000 |
commit | 34b6cd81a7968f774a4ee76277297eed2320fa9c (patch) | |
tree | 9e2f00e810a6686268d425ae85e0eb44e291f069 /lang/erlang/Makefile | |
parent | ddcab5353dbf7fd42751a22ff832f67baceaa5e7 (diff) |
Notes
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r-- | lang/erlang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 4429db017734..785021b672aa 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -25,6 +25,8 @@ COMMENT= A functional programming language from Ericsson CONFLICTS?= erlang-lite-r[0-9]* +SUB_FILES= pkg-message + # The Java applications that are part of the Erlang distribution are # not strictly necessary - it is included for completeness sake. A # problem with the Erlang build procedure is that it only checks if @@ -87,7 +89,7 @@ NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -PLIST_SUB+= ERTS_VSN=${ERTS_VSN} +PLIST_SUB+= ERTS_VSN=${ERTS_VSN} TOOLS_VSN=${TOOLS_VSN} # The man-pages are put (in spite of FreeBSD's port convention) in a private # subdir. This is to avoid cluttering up the man page name space. Also the |