Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 16:27:22 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510400 - head/net/opennx
Message-ID:  <201908311627.x7VGRMiT007659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug 31 16:27:22 2019
New Revision: 510400
URL: https://svnweb.freebsd.org/changeset/ports/510400

Log:
  net/opennx: Add missing USES and USE_XORG elements
  
  Approved by:	portmgr blanket

Modified:
  head/net/opennx/Makefile

Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile	Sat Aug 31 16:16:19 2019	(r510399)
+++ head/net/opennx/Makefile	Sat Aug 31 16:27:22 2019	(r510400)
@@ -17,12 +17,13 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/zip:archivers/zip
 LIB_DEPENDS=	libcups.so:print/cups \
 		libcurl.so:ftp/curl
 
+USES=		gmake gnome samba:lib
+USE_XORG=	ice sm x11 xau xmu
+USE_WX=		2.8+
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.16
 
 GNU_CONFIGURE=	yes
-USES=		gmake samba:lib
-USE_XORG=	xmu
-USE_WX=		2.8+
 
 LDFLAGS+=	-L${LOCALBASE}/lib -L${SAMBALIBS}
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}



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