Convert from USE_XLIB to USE_XORG=xmu
Approved by: eadler (mentor)
This commit is contained in:
parent
d62da7630f
commit
ac6fd711db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295352
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= opennx
|
||||
PORTVERSION= 0.16.0.648
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
|
||||
|
||||
|
@ -24,13 +25,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.16
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
USE_XORG= xmu
|
||||
USE_WX= 2.8+
|
||||
WX_UNICODE= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
Loading…
Reference in a new issue