diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /lang/ecl | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
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)
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 5 |
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" |