aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-04-23 23:09:29 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-04-23 23:09:29 +0000
commitac6fd711db401fd7d7fe2b278198cf2e5ee791d9 (patch)
tree2cd2f0fa17d2e5667b2ffd6b0e02f9ab5fe8c4e3 /net
parentd62da7630f4e36263375710b259069db6eed21e1 (diff)
downloadports-ac6fd711db401fd7d7fe2b278198cf2e5ee791d9.tar.gz
ports-ac6fd711db401fd7d7fe2b278198cf2e5ee791d9.zip
Convert from USE_XLIB to USE_XORG=xmu
Approved by: eadler (mentor)
Notes
Notes: svn path=/head/; revision=295352
Diffstat (limited to 'net')
-rw-r--r--net/opennx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/opennx/Makefile b/net/opennx/Makefile
index 9b02b6238417..755e63779c69 100644
--- a/net/opennx/Makefile
+++ b/net/opennx/Makefile
@@ -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