diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-20 13:51:16 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-20 13:51:16 +0800 |
commit | 5b2afe62c877db5665173405485490c549889807 (patch) | |
tree | 8ed194cf09725742167dba45e567615049cfc956 /print | |
parent | 75d93f9a1ceaf2317a249f5d108837232e7476bb (diff) | |
download | freebsd-ports-gnome-5b2afe62c877db5665173405485490c549889807.tar.gz freebsd-ports-gnome-5b2afe62c877db5665173405485490c549889807.tar.zst freebsd-ports-gnome-5b2afe62c877db5665173405485490c549889807.zip |
- fix build for FreeBSD 7.x
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 6 |
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 |