diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:09:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 13:09:35 +0000 |
commit | 8004e17d6ff8dc6b33a5328be0d76739a40d5566 (patch) | |
tree | d68fdf2ae4579b40b1eb23f43bd725aa52e3cdad /net/iaxmodem | |
parent | d2eaf1db47c788669847dde08debdfe3d792129a (diff) |
Notes
Diffstat (limited to 'net/iaxmodem')
-rw-r--r-- | net/iaxmodem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile index ce9fc349beda..decdb97c42ae 100644 --- a/net/iaxmodem/Makefile +++ b/net/iaxmodem/Makefile @@ -12,6 +12,8 @@ COMMENT= Software modem that connects to IAX channel LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +BROKEN= Does not build + MAN1= iaxmodem.1 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |