diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-08 10:46:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-08 10:46:42 +0000 |
commit | bbc4f3a878619a87b3b6a6cfa97b9b4c2768a777 (patch) | |
tree | afeddad7268dee5b16f14058ccde16142d9e3f6b /net-p2p/verlihub/Makefile | |
parent | c547945b44f1ace162005d5c1928479bef2709bb (diff) |
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=361216
Diffstat (limited to 'net-p2p/verlihub/Makefile')
-rw-r--r-- | net-p2p/verlihub/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 09968c096e5c..ff397013282e 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -3,7 +3,7 @@ PORTNAME= verlihub DISTVERSION= 0.9.8e-r2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION} @@ -14,14 +14,14 @@ COMMENT= A Direct Connect protocol server (Hub) # XXX: Actually, bash isn't required for building, # but otherwise configure script would pick the wrong path BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP \ + libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -LDFLAGS+= -L/usr/local/lib +LDFLAGS+= -L${LOCALBASE}/lib USE_RC_SUBR= verlihub USE_GCC= any -USE_AUTOTOOLS= libtool +USES= libtool USE_MYSQL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |