diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-25 00:37:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-25 00:37:12 +0800 |
commit | f9a2a5b2d06806066790007674b2954452cdb6fa (patch) | |
tree | b31d1bc7a18ca7fd8c5505b39831bd4186c2a9d7 /x11 | |
parent | 3c9cc15c98897e1c71a97ea3c5824349d87c1e03 (diff) | |
download | freebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.tar.gz freebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.tar.zst freebsd-ports-gnome-f9a2a5b2d06806066790007674b2954452cdb6fa.zip |
Use unicode version of wx 2.8
Diffstat (limited to 'x11')
-rw-r--r-- | x11/simdock/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile index 717646e8b8ec..9b6254d96a89 100644 --- a/x11/simdock/Makefile +++ b/x11/simdock/Makefile @@ -3,7 +3,7 @@ PORTNAME= simdock PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,22 +11,21 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fast and customizable dockbar +OPTIONS_DEFINE= DOCS + LICENSE= GPLv2 GNU_CONFIGURE= yes USES= desktop-file-utils pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 libwnck USE_WX= 2.8 +WX_UNICODE= yes WX_CONF_ARGS= absolute WRKSRC= ${WRKDIR}/trunk PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \ ${WRKSRC}/Makefile.in \ @@ -36,9 +35,7 @@ post-patch: ${WRKSRC}/src/main.cc post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |