summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-06-08 19:52:58 +0000
commita74e175192310b620d3709e574997fd045e83264 (patch)
treef081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /lang/ecl
parentConvert LDCONFIG_DIRS to USE_LDCONFIG. (diff)
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> Approved by: maintainers timeout (two weeks)
Notes
Notes: svn path=/head/; revision=256132
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 1e7f405dc655..2a73d5b79a85 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ecl
PORTVERSION= 0.9l
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang lisp
MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -31,9 +31,6 @@ OPTIONS= ASDF "Enable ASDF building facility" on \
SOCKETS "Enable socket interface" on \
THREADS "Enable threading support" off
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib/ecl
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"