svn commit: r510400 - head/net/opennx

Yuri Victorovich yuri at FreeBSD.org
Sat Aug 31 16:27:22 UTC 2019


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}


More information about the svn-ports-all mailing list