diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-19 07:56:10 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-19 07:56:10 +0000 |
commit | ef015ca1620c213dc61c5a41990fb9c5120221b7 (patch) | |
tree | f9fa56e16f3ffecb942536490dddac40060e1e56 /net-p2p/verlihub-plugins | |
parent | 51ed5eda724c602e8c1e369797772f9f31616f54 (diff) |
- Fix the build error of verlihub-plugins-* reported by pointyhat
Notes
Notes:
svn path=/head/; revision=244464
Diffstat (limited to 'net-p2p/verlihub-plugins')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile.plugins | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index 09227675f61b..a1f97cbce645 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= verlihub PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= # empty PKGNAMESUFFIX= -plugins diff --git a/net-p2p/verlihub-plugins/Makefile.plugins b/net-p2p/verlihub-plugins/Makefile.plugins index 017ea3737cd7..616cd3496514 100644 --- a/net-p2p/verlihub-plugins/Makefile.plugins +++ b/net-p2p/verlihub-plugins/Makefile.plugins @@ -15,6 +15,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub RUN_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub GNU_CONFIGURE= yes +USE_GCC= 4.2+ PLIST_FILES+= lib/lib${PLUGIN_NAME}_pi.a \ lib/lib${PLUGIN_NAME}_pi.la \ |