diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-01-23 07:02:03 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-01-23 07:02:03 +0000 |
commit | 01ec9443a3e41cd70bf40fe637b5d296ba1198b5 (patch) | |
tree | dcba81d1fb1b019347f8fc3b0f5084ecd91f0e01 /www/anyterm/Makefile | |
parent | be24ee9c3c6f9d761c471d98565eef255754a008 (diff) |
Notes
Diffstat (limited to 'www/anyterm/Makefile')
-rw-r--r-- | www/anyterm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index 3d6e8a03170b..d03c977b3f34 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -6,8 +6,8 @@ PORTVERSION= 1.1.29 PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ - http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ + http://dl1.douglasthrift.net/${PORTNAME}/ \ + http://dl2.douglasthrift.net/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Terminal emulator on a Web page @@ -15,10 +15,10 @@ COMMENT= Terminal emulator on a Web page LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs +BROKEN_powerpc64= Does not build + USE_RC_SUBR= anytermd USES= gmake iconv localbase tar:tbz2 USE_GCC= any |