diff options
author | pav <pav@FreeBSD.org> | 2006-11-30 03:48:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-30 03:48:18 +0800 |
commit | 4f3c9594b9524f8c40dde356671ad571eed23a25 (patch) | |
tree | e81ec940ca77c4378c8edf86269cd5b191253f84 /deskutils/xchm/Makefile | |
parent | 807fb788b73a67c261a9e947c739fce1b65fffe1 (diff) | |
download | freebsd-ports-gnome-4f3c9594b9524f8c40dde356671ad571eed23a25.tar.gz freebsd-ports-gnome-4f3c9594b9524f8c40dde356671ad571eed23a25.tar.zst freebsd-ports-gnome-4f3c9594b9524f8c40dde356671ad571eed23a25.zip |
- Update to 1.10
- Deploy USE_WX
- Move to LOCALBASE
Diffstat (limited to 'deskutils/xchm/Makefile')
-rw-r--r-- | deskutils/xchm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index 45b57da98d02..e768e88885d6 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xchm -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pav@FreeBSD.org COMMENT= Windows HTML Help (.chm) viewer for UNIX -LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - wx_baseu-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-unicode +LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib GNU_CONFIGURE= yes -USE_X_PREFIX= yes -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config +USE_WX= 2.6 +WX_UNICODE= yes +WX_CONF_ARGS= absolute CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" post-patch: |