diff options
-rw-r--r-- | net-p2p/verlihub/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/verlihub/pkg-plist | 7 |
2 files changed, 9 insertions, 8 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 diff --git a/net-p2p/verlihub/pkg-plist b/net-p2p/verlihub/pkg-plist index 170d68427eba..bc185e77708c 100644 --- a/net-p2p/verlihub/pkg-plist +++ b/net-p2p/verlihub/pkg-plist @@ -88,16 +88,17 @@ include/verlihub/tmysqlmemorylist.h include/verlihub/tmysqlmemoryordlist.h include/verlihub/tpluginbase.h lib/libplug_pi.a -lib/libplug_pi.la lib/libplug_pi.so lib/libplug_pi.so.0 +lib/libplug_pi.so.0.0.0 lib/libverlihub.a -lib/libverlihub.la lib/libverlihub.so lib/libverlihub.so.0 -lib/libvhapi.la +lib/libverlihub.so.0.0.0 +lib/libvhapi.a lib/libvhapi.so lib/libvhapi.so.0 +lib/libvhapi.so.0.0.0 %%DATADIR%%/config/faq %%DATADIR%%/config/help_admin %%DATADIR%%/config/help_cheef |