svn commit: r398281 - head/net/openslp

John Marino marino at FreeBSD.org
Thu Oct 1 15:20:20 UTC 2015


Author: marino
Date: Thu Oct  1 15:20:19 2015
New Revision: 398281
URL: https://svnweb.freebsd.org/changeset/ports/398281

Log:
  net/openslp: USES=alias so DragonFly can build latest version

Modified:
  head/net/openslp/Makefile

Modified: head/net/openslp/Makefile
==============================================================================
--- head/net/openslp/Makefile	Thu Oct  1 15:05:37 2015	(r398280)
+++ head/net/openslp/Makefile	Thu Oct  1 15:20:19 2015	(r398281)
@@ -11,7 +11,7 @@ COMMENT=	Open-source implementation of t
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
+USES=		alias libtool
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/openslp \


More information about the svn-ports-all mailing list