mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- fix build for FreeBSD 7.x
This commit is contained in:
parent
75d93f9a1c
commit
5b2afe62c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291907
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user