diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /comms/spandsp | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Notes
Diffstat (limited to 'comms/spandsp')
-rw-r--r-- | comms/spandsp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 1a09d6fd1ac3..d0670dfff953 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.0.5 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ http://www.soft-switch.org/downloads/spandsp/old/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DSP library and software FAX machine @@ -15,7 +14,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool autoconf -USES= gmake +USES= gmake tar:tgz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |