diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-03 02:29:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-03 02:29:08 +0800 |
commit | 36baa637d8ed0fc22f008dbf516081d7ed1f8137 (patch) | |
tree | df66cfe261acc42f0f44e9a759b0800663c8f554 | |
parent | a55e9b4c5e1d935e90d44021772a047e3b8123c4 (diff) | |
download | freebsd-ports-gnome-36baa637d8ed0fc22f008dbf516081d7ed1f8137.tar.gz freebsd-ports-gnome-36baa637d8ed0fc22f008dbf516081d7ed1f8137.tar.zst freebsd-ports-gnome-36baa637d8ed0fc22f008dbf516081d7ed1f8137.zip |
Fix a typo, libtool15 -> libtool:15 in USE_AUTOTOOLS.
Approved by: Alexander V. Chernikov <melifaro@ipfw.ru> (maintainer)
-rw-r--r-- | comms/spandsp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 4d03a999682b..8d185032b92e 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -19,7 +19,7 @@ COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//} -USE_AUTOTOOLS= libtool15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes |