svn commit: r345515 - head/lang/tclX

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 21 16:57:02 UTC 2014


Author: gahr
Date: Fri Feb 21 16:57:01 2014
New Revision: 345515
URL: http://svnweb.freebsd.org/changeset/ports/345515
QAT: https://qat.redports.org/buildarchive/r345515/

Log:
  - Fix LDCONFIG

Modified:
  head/lang/tclX/Makefile

Modified: head/lang/tclX/Makefile
==============================================================================
--- head/lang/tclX/Makefile	Fri Feb 21 16:47:29 2014	(r345514)
+++ head/lang/tclX/Makefile	Fri Feb 21 16:57:01 2014	(r345515)
@@ -19,7 +19,7 @@ LICENSE_PERMS=	auto-accept dist-mirror d
 USE_BZIP2=	yes
 
 USES=		tcl
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib/tclx${PORTVERSION}
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${TCL_INCLUDEDIR}/unix\
 		-I${TCL_INCLUDEDIR}/generic


More information about the svn-ports-head mailing list