net/opennx: Add missing USES and USE_XORG elements
Approved by: portmgr blanket
This commit is contained in:
parent
efdf116bbf
commit
7563d6cd3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510400
1 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue