diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-09 23:29:34 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-09 23:29:34 +0000 |
commit | 00b51e41882bec55d56e54d5ecfa3fbc56b2caa5 (patch) | |
tree | 931da6cb330badb21779ac2faf0d061ab4ed4fea /comms | |
parent | 0e51e5ea0a9947850676b396c61d237b3afa726c (diff) | |
download | pkgsrc-00b51e41882bec55d56e54d5ecfa3fbc56b2caa5.tar.gz |
Remove fortran77 from USE_LANGUAGES as suggested by jnemeth@
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/spandsp/Makefile b/comms/spandsp/Makefile index 276796691f6..c30be1b5d8d 100644 --- a/comms/spandsp/Makefile +++ b/comms/spandsp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/06/09 22:36:12 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2013/06/09 23:29:34 rodent Exp $ # DISTNAME= spandsp-0.0.6pre21 @@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1 WRKSRC= ${WRKDIR}/spandsp-0.0.6 GNU_CONFIGURE= yes USE_TOOLS+= gsed pkg-config -USE_LANGUAGES= c c++ fortran77 +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= spandsp.pc.in |