diff options
author | rodent <rodent> | 2015-04-06 04:18:52 +0000 |
---|---|---|
committer | rodent <rodent> | 2015-04-06 04:18:52 +0000 |
commit | 1f9593742f101f83ad752ec94d8d90ad0fcc2caf (patch) | |
tree | 898442cf0efb4cbc1af1bfe5a608c73424c3df35 /security | |
parent | 81744381e6ebcd33f66ffb9699167bc3f17e87dd (diff) | |
download | pkgsrc-1f9593742f101f83ad752ec94d8d90ad0fcc2caf.tar.gz |
Remove commented line.
Diffstat (limited to 'security')
-rw-r--r-- | security/polarssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 5183f00c90f..9c5eed4c594 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/04/06 04:00:34 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2015/04/06 04:18:52 rodent Exp $ # DISTNAME= polarssl-1.3.9-gpl @@ -32,5 +32,4 @@ post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libpolarssl.a .include "../../mk/pthread.buildlink3.mk" -#.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |