diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-03-04 16:39:41 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-03-04 16:39:41 +0000 |
commit | 3c9a1210320fd49b159c65d368cc2a0013ccb076 (patch) | |
tree | 912c5a9dd1f40b96651057c9b5c8c948f338d6b4 /security/spiped | |
parent | defc077bd7cd960e7a3cccbe6d2402840b64affc (diff) | |
download | pkgsrc-3c9a1210320fd49b159c65d368cc2a0013ccb076.tar.gz |
use c99 to fix build on illumos
Diffstat (limited to 'security/spiped')
-rw-r--r-- | security/spiped/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/spiped/Makefile b/security/spiped/Makefile index 81687e6f752..8db3ebda62b 100644 --- a/security/spiped/Makefile +++ b/security/spiped/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2015/02/22 14:26:47 wiedi Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/04 16:39:41 wiedi Exp $ DISTNAME= spiped-1.5.0 CATEGORIES= net security @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tarsnap.com/spiped/ COMMENT= Tool for creating symmetrically encrypted and authenticated pipes LICENSE= 2-clause-bsd +USE_LANGUAGES= c99 MAKE_FLAGS+= BINDIR=${DESTDIR}${PREFIX}/bin MAKE_FLAGS+= MAN1DIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 |