summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-20 05:51:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-20 05:51:16 +0000
commit5b2afe62c877db5665173405485490c549889807 (patch)
tree8ed194cf09725742167dba45e567615049cfc956 /print
parent- Update to 1.224 (diff)
- fix build for FreeBSD 7.x
Notes
Notes: svn path=/head/; revision=291907
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 5b65611fb90c..7c8aa52b9ed9 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -85,6 +85,12 @@ CONFLICTS+= cupsddk-*
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+# the openssl in base of FreeBSD 7.x is too old
+WITH_OPENSSL_PORT?= yes
+.endif
+
+
.if defined(CUPS_CLIENT)
COMMENT2= Library cups
INSTALL_WRKSRC= ${WRKSRC}/cups