diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
commit | 3a5a6c80458cf7ec0f98f8934c5d17419c8da11d (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /net-p2p | |
parent | 8910f415b1b570e1d9110dc0a2f5edf7e32ade6b (diff) | |
download | freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.gz freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.zst freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.zip |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile.plugins | 2 | ||||
-rw-r--r-- | net-p2p/verlihub/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile.plugins b/net-p2p/verlihub-plugins/Makefile.plugins index 93226f6c4fb4..a6ecbf02a22d 100644 --- a/net-p2p/verlihub-plugins/Makefile.plugins +++ b/net-p2p/verlihub-plugins/Makefile.plugins @@ -14,7 +14,7 @@ COMMENT?= ${PLUGIN_DESC} plugin for the VerliHub - a Direct Connect protocol ser BUILD_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub RUN_DEPENDS+= ${LOCALBASE}/bin/verlihub:${PORTSDIR}/net-p2p/verlihub -USE_GCC= 4.2+ +USE_GCC= any GNU_CONFIGURE= yes CFLAGS+= -fPIC diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 6fd0038c7953..09968c096e5c 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LDFLAGS+= -L/usr/local/lib USE_RC_SUBR= verlihub -USE_GCC= 4.2+ +USE_GCC= any USE_AUTOTOOLS= libtool USE_MYSQL= yes GNU_CONFIGURE= yes |