0576fa2af7
JAVA and ODBC, reducing a log dependencies. PR: ports/96690 Submitted by: Shaun Amott <shaun@inerd.com>
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# New ports collection makefile for: erlang-lite
|
|
# Date created: 2006-05-02
|
|
# Whom: Shaun Amott <shaun@inerd.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
WITHOUT_JAVA= yes
|
|
WITHOUT_X11= yes
|
|
WITHOUT_ODBC= yes
|
|
|
|
CONFLICTS= erlang-r[0-9]*
|
|
MASTERDIR= ${.CURDIR}/../erlang
|
|
|
|
.include "${MASTERDIR}/Makefile"
|