svn commit: r304534 - head/print/cups-base

Dirk Meyer dinoex at FreeBSD.org
Wed Sep 19 15:34:25 UTC 2012


Author: dinoex
Date: Wed Sep 19 15:34:24 2012
New Revision: 304534
URL: http://svn.freebsd.org/changeset/ports/304534

Log:
  - use WITH_OPENSSL_HACK7

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Wed Sep 19 15:33:09 2012	(r304533)
+++ head/print/cups-base/Makefile	Wed Sep 19 15:34:24 2012	(r304534)
@@ -82,11 +82,6 @@ XDG_OPEN=		Build with XDG_OPEN as browse
 
 .include <bsd.port.options.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
@@ -138,6 +133,7 @@ LIB_DEPENDS+=		gnutls.47:${PORTSDIR}/sec
 USE_PKGCONFIG=	yes
 .else
 CONFIGURE_ARGS+=	--disable-gnutls --enable-openssl
+WITH_OPENSSL_HACK7=	yes
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 .endif
 



More information about the svn-ports-all mailing list