--- www/anyterm/Makefile.orig 2016-01-17 12:17:07.795017593 +0100 +++ www/anyterm/Makefile 2016-01-17 11:53:54.572112790 +0100 @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ --- www/anyterm/files/patch-common.mk.orig 1970-01-01 01:00:00.000000000 +0100 +++ www/anyterm/files/patch-common.mk 2016-01-17 11:50:57.008125074 +0100 @@ -0,0 +1,11 @@ +--- common.mk.orig 2016-01-17 11:49:59.217894060 +0100 ++++ common.mk 2016-01-17 11:50:27.299328924 +0100 +@@ -49,7 +49,7 @@ + CC_COMPILE_FLAGS=$(COMPILE_FLAGS) + + LINK_FLAGS=${GCC_FLAGS} ${DEBUG_FLAGS} \ +- -lutil ++ -lutil -lboost_system + + ifeq (${UNAME_S},OpenBSD) + LINK_FLAGS+=-liconv