svn commit: r336453 - head/devel/jep

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 15:44:47 UTC 2013


Author: mva
Date: Sat Dec 14 15:44:46 2013
New Revision: 336453
URL: http://svnweb.freebsd.org/changeset/ports/336453

Log:
  - Fix the library detection, if lang/python is not installed
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/devel/jep/Makefile   (contents, props changed)

Modified: head/devel/jep/Makefile
==============================================================================
--- head/devel/jep/Makefile	Sat Dec 14 14:57:24 2013	(r336452)
+++ head/devel/jep/Makefile	Sat Dec 14 15:44:46 2013	(r336453)
@@ -18,6 +18,9 @@ JAVA_VERSION=	1.6+
 USE_PYTHON=	2.2+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+# Necessary, since the configure script does the LIBS and
+# LDFLAGS detection wrong
+LDFLAGS=	-L${LOCALBASE}/lib
 
 MAN1=	jep.1
 


More information about the svn-ports-all mailing list