diff options
-rw-r--r-- | comms/spandsp/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 77d09a389458..025bc9a7b204 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spandsp -# Date created: 23 June 2005 -# Whom: wlloyd@slap.net -# +# Created by: wlloyd@slap.net # $FreeBSD$ -# PORTNAME= spandsp PORTVERSION= 0.0.5 @@ -13,9 +9,9 @@ MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A DSP library and software FAX machine +COMMENT= DSP library and software FAX machine -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool autoconf |