aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-06-09 03:52:58 +0800
committermakc <makc@FreeBSD.org>2010-06-09 03:52:58 +0800
commit42258cbf351c87186db981295e5bf50a96f63496 (patch)
treec8d7e55978ef52f9d98195085f258e35ec608323 /lang/gnat
parentb0a0847ff3c641030adb8581963d05167ede200d (diff)
downloadfreebsd-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/gnat')
-rw-r--r--lang/gnat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 77603b43843e..1d132f113ec4 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -14,7 +14,7 @@
PORTNAME= gnat
PORTVERSION= 2009
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}:boot
MASTER_SITE_SUBDIR= deischen/gcc/:boot
@@ -120,8 +120,7 @@ MAKE_ENV+= ${COMPILE_DATA} PATH=${have_boot}
WANT_SHAREDLIBS=yes
.if defined(WANT_SHAREDLIBS)
CONFIGURE_ARGS+= --enable-shared
-USE_LDCONFIG= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib ${targlib}
+USE_LDCONFIG= ${PREFIX}/lib ${targlib}
LIBRARY_VERSION= 2009
PLIST_SUB+= SHAREDLIB=""
.else