aboutsummaryrefslogtreecommitdiff
path: root/www/anyterm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-08 09:00:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-08 09:00:52 +0000
commite5a5f2df7a06742f09281849d4749f061600d95e (patch)
treef67b4546c1f8ebcb5c9ac360fe3889fdabb16fe3 /www/anyterm
parentb1efd2eeca06305b9ad1b92e9828a9c6c32c6dc4 (diff)
downloadports-e5a5f2df7a06742f09281849d4749f061600d95e.tar.gz
ports-e5a5f2df7a06742f09281849d4749f061600d95e.zip
- Fix dependency on boost
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=458399
Diffstat (limited to 'www/anyterm')
-rw-r--r--www/anyterm/Makefile4
-rw-r--r--www/anyterm/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile
index a16bb84230c6..f0527af76ace 100644
--- a/www/anyterm/Makefile
+++ b/www/anyterm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= anyterm
PORTVERSION= 1.1.29
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= www
MASTER_SITES= http://anyterm.org/download/ \
http://dl1.douglasthrift.net/${PORTNAME}/ \
@@ -15,7 +15,7 @@ COMMENT= Terminal emulator on a Web page
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
+LIB_DEPENDS= libboost_system.so:devel/boost-libs
BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0
BROKEN_armv6= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0
diff --git a/www/anyterm/pkg-descr b/www/anyterm/pkg-descr
index 863fb937808c..7d1b3a3acc14 100644
--- a/www/anyterm/pkg-descr
+++ b/www/anyterm/pkg-descr
@@ -4,4 +4,4 @@ and communicates with the script using XMLHTTP on port 80 or securely using
SSL. This provides you with shell access to your machine from almost any Web
browser, even when firewalls are in the way.
-WWW: http://anyterm.org/
+WWW: https://anyterm.org/