Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 22:22:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377835 - head/net/opennx
Message-ID:  <201501242222.t0OMMR8I034796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242222.t0OMMR8I034796>