svn commit: r422873 - head/www/drood

Mathieu Arnold mat at FreeBSD.org
Wed Sep 28 13:35:09 UTC 2016


Author: mat
Date: Wed Sep 28 13:35:08 2016
New Revision: 422873
URL: https://svnweb.freebsd.org/changeset/ports/422873

Log:
  You cannot, ever, set DEFAULT_VERSIONS in a port.
  
  Sponsored by:	Absolight

Modified:
  head/www/drood/Makefile   (contents, props changed)

Modified: head/www/drood/Makefile
==============================================================================
--- head/www/drood/Makefile	Wed Sep 28 13:28:57 2016	(r422872)
+++ head/www/drood/Makefile	Wed Sep 28 13:35:08 2016	(r422873)
@@ -17,7 +17,6 @@ LIB_DEPENDS=	libserver.so:devel/libserve
 USE_LDCONFIG=	yes
 
 USES=	ssl
-DEFAULT_VERSIONS+=	ssl=openssl
 
 MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
 		INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" \


More information about the svn-ports-head mailing list