diff options
author | ak <ak@FreeBSD.org> | 2012-04-24 07:09:29 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-04-24 07:09:29 +0800 |
commit | dd00514bf22323c87df3487018f8de4b2e69e530 (patch) | |
tree | 99ef2398f334a65f03c4150a7f916fdf5f2c15fa /net | |
parent | 3178f97aefa5c6c7535fc4289e21a34fef46c3da (diff) | |
download | freebsd-ports-gnome-dd00514bf22323c87df3487018f8de4b2e69e530.tar.gz freebsd-ports-gnome-dd00514bf22323c87df3487018f8de4b2e69e530.tar.zst freebsd-ports-gnome-dd00514bf22323c87df3487018f8de4b2e69e530.zip |
Convert from USE_XLIB to USE_XORG=xmu
Approved by: eadler (mentor)
Diffstat (limited to 'net')
-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 |