diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /net/bsdec2-image-upload | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) | |
download | ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip |
Notes
Diffstat (limited to 'net/bsdec2-image-upload')
-rw-r--r-- | net/bsdec2-image-upload/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bsdec2-image-upload/Makefile b/net/bsdec2-image-upload/Makefile index 688131085673..f64e6070639e 100644 --- a/net/bsdec2-image-upload/Makefile +++ b/net/bsdec2-image-upload/Makefile @@ -2,6 +2,7 @@ PORTNAME= bsdec2-image-upload PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss USES= tar:tgz uidfix +USE_OPENSSL= yes # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so # all we need to give is the ${PREFIX}/bin part. |