aboutsummaryrefslogtreecommitdiff
path: root/security/hs-HsOpenSSL
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /security/hs-HsOpenSSL
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
Notes
Diffstat (limited to 'security/hs-HsOpenSSL')
-rw-r--r--security/hs-HsOpenSSL/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile
index 300df353671c..e9def50c6a3f 100644
--- a/security/hs-HsOpenSSL/Makefile
+++ b/security/hs-HsOpenSSL/Makefile
@@ -2,13 +2,14 @@
PORTNAME= HsOpenSSL
PORTVERSION= 0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Partial OpenSSL binding for Haskell
USE_CABAL= network>=2.1.0.0
+USE_OPENSSL= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>