libport was made a necessary part of the build:
commit
2d356cb61852b1e12d219afa406113bc716b939a
Author: Aidan Van Dyk <aidan@ifax.com>
Date: Tue Sep 23 14:49:39 2008 +0000
Move the HylaFAX Version string from config.h to an extern variable
This means that changing the version string doesn't force a re-compile
of *everything*, when in reality, nothing changed.
This means CCACHE is a lot more usefull
Unforutnately, I missed one spot in configure... Here it is.
HFAXD_SERVER=yes # init script starts hfaxd
HFAXD_SNPP_SERVER=no # don't start paging protocol
SGI2FAX=auto
-PORT=auto
LIBMALLOC=auto
LOCKS=auto
DPS=no
PKG_ARCH
PKG_EMAIL
PKG_VENDOR
-PORT
PORTFUNCS
PROTOTYPES
PSPACKAGE PS
man
etc
config
+ port
"
test $GS = yes && DEPEND="$DEPEND gs"
test $SGI2FAX = yes && DEPEND="$DEPEND sgi2fax"
- test $PORT = yes && DEPEND="$DEPEND port"
test $REGEX = yes && DEPEND="$DEPEND regex"
test $DBLIB = yes && DEPEND="$DEPEND dblib"
test $NLS = yes && DEPEND="$DEPEND po"