diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-18 17:43:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-18 17:43:18 +0800 |
commit | ffe7c5f15762ac6fa17a617df159a6d9a627b0b0 (patch) | |
tree | a9096c286cae8e2cdb4faa637b88a061153675d0 | |
parent | 87d3558845ad7a5564cdd96b3c210279fc3cb8d0 (diff) | |
download | freebsd-ports-gnome-ffe7c5f15762ac6fa17a617df159a6d9a627b0b0.tar.gz freebsd-ports-gnome-ffe7c5f15762ac6fa17a617df159a6d9a627b0b0.tar.zst freebsd-ports-gnome-ffe7c5f15762ac6fa17a617df159a6d9a627b0b0.zip |
Convert to USES=autoreconf
-rw-r--r-- | comms/spandsp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 2739c1cecb8e..e8a0d00317c2 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -14,13 +14,11 @@ COMMENT= DSP library and software FAX machine LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf automake libtoolize -AUTOMAKE_ARGS= --add-missing -USES= gmake libtool tar:tgz INSTALL_TARGET= install-strip +USES= autoreconf gmake libtool tar:tgz CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes |