diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /security/linux-openssl | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) | |
download | ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.gz ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.zip |
Notes
Diffstat (limited to 'security/linux-openssl')
-rw-r--r-- | security/linux-openssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/linux-openssl/Makefile b/security/linux-openssl/Makefile index a5be6edca011..68250bedf0dc 100644 --- a/security/linux-openssl/Makefile +++ b/security/linux-openssl/Makefile @@ -7,12 +7,15 @@ PORTNAME= openssl PORTVERSION= 0.9.7f +PORTREVISION= 1 CATEGORIES= security linux DISTNAME= ${PORTNAME}-${PORTVERSION}-7.10 MAINTAINER= acm@FreeBSD.org COMMENT= SSL and crypto library (Linux Version) +CONFLICTS= linux-f8-openssl-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |