diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-04-23 23:09:29 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-04-23 23:09:29 +0000 |
commit | ac6fd711db401fd7d7fe2b278198cf2e5ee791d9 (patch) | |
tree | 2cd2f0fa17d2e5667b2ffd6b0e02f9ab5fe8c4e3 /net/opennx | |
parent | d62da7630f4e36263375710b259069db6eed21e1 (diff) | |
download | ports-ac6fd711db401fd7d7fe2b278198cf2e5ee791d9.tar.gz ports-ac6fd711db401fd7d7fe2b278198cf2e5ee791d9.zip |
Notes
Diffstat (limited to 'net/opennx')
-rw-r--r-- | net/opennx/Makefile | 7 |
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 |