Date: Sat, 2 Nov 2013 23:13:23 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332553 - head/devel/libopkele Message-ID: <201311022313.rA2NDNKK087925@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Nov 2 23:13:23 2013 New Revision: 332553 URL: http://svnweb.freebsd.org/changeset/ports/332553 Log: Support STAGE Fix build on FreeBSD 10+ Use newer LIB_DEPENDS syntax PR: ports/182293 Approved by: swills (mentor, implicit) Modified: head/devel/libopkele/Makefile Modified: head/devel/libopkele/Makefile ============================================================================== --- head/devel/libopkele/Makefile Sat Nov 2 23:09:33 2013 (r332552) +++ head/devel/libopkele/Makefile Sat Nov 2 23:13:23 2013 (r332553) @@ -11,13 +11,14 @@ MAINTAINER= zhoushuqun@gmail.com COMMENT= A c++ implementation of an OpenID decentralized identity system BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - pcre.3:${PORTSDIR}/devel/pcre \ - expat.6:${PORTSDIR}/textproc/expat2 \ - tidy:${PORTSDIR}/www/tidy-lib \ - xslt:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libtidy.so:${PORTSDIR}/www/tidy-lib \ + libxslt.so:${PORTSDIR}/textproc/libxslt USE_LDCONFIG= yes +USE_GCC= 4.6 USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ @@ -29,7 +30,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # This port needs OpenSSL 0.9.8b which is present in 7.0 and up USE_OPENSSL= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.openssl.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311022313.rA2NDNKK087925>