svn commit: r377835 - head/net/opennx

Antoine Brodin antoine at FreeBSD.org
Sat Jan 24 22:22:27 UTC 2015


Author: antoine
Date: Sat Jan 24 22:22:26 2015
New Revision: 377835
URL: https://svnweb.freebsd.org/changeset/ports/377835
QAT: https://qat.redports.org/buildarchive/r377835/

Log:
  Fix DEPENDS

Modified:
  head/net/opennx/Makefile

Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile	Sat Jan 24 22:10:59 2015	(r377834)
+++ head/net/opennx/Makefile	Sat Jan 24 22:22:26 2015	(r377835)
@@ -13,10 +13,11 @@ COMMENT=	Open source drop in replacement
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS=	${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \
+		cups-base>0:${PORTSDIR}/print/cups-base
+RUN_DEPENDS=	cups-base>0:${PORTSDIR}/print/cups-base
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
-		libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient \
-		libcups.so:${PORTSDIR}/print/cups-base
+		libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.16
 


More information about the svn-ports-all mailing list