diff options
author | wen <wen@FreeBSD.org> | 2009-11-19 15:56:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-19 15:56:10 +0800 |
commit | 6ad23c52113024585daa06453b7e0318a8d40053 (patch) | |
tree | 9f08175e3ea1cd02a90a70d66a1750c4688eb63d /net-p2p | |
parent | 7b51681a63921ba6071b9cf56263c611006c2f74 (diff) | |
download | freebsd-ports-gnome-6ad23c52113024585daa06453b7e0318a8d40053.tar.gz freebsd-ports-gnome-6ad23c52113024585daa06453b7e0318a8d40053.tar.zst freebsd-ports-gnome-6ad23c52113024585daa06453b7e0318a8d40053.zip |
- Fix the build error of verlihub-plugins-* reported by pointyhat
Diffstat (limited to 'net-p2p')
-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 \ |