diff options
author | mezz <mezz@FreeBSD.org> | 2009-07-03 01:30:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-07-03 01:30:57 +0800 |
commit | a55e9b4c5e1d935e90d44021772a047e3b8123c4 (patch) | |
tree | 0ab8b5d458c29f89f4e7c708bb35917ca5b41d59 /comms | |
parent | 3b461ad7306c8d2b137124cd3676c49ae19ee23e (diff) | |
download | freebsd-ports-gnome-a55e9b4c5e1d935e90d44021772a047e3b8123c4.tar.gz freebsd-ports-gnome-a55e9b4c5e1d935e90d44021772a047e3b8123c4.tar.zst freebsd-ports-gnome-a55e9b4c5e1d935e90d44021772a047e3b8123c4.zip |
Fix a typo, libtool15 -> libtool:15 in USE_AUTOTOOLS.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 701722f98e1f..65284e441010 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff LATEST_LINK= ${PORTNAME}5 WRKSRC= ${WRKDIR}/spandsp-0.0.5 -USE_AUTOTOOLS= libtool15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes |