diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /chinese/pyDict | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'chinese/pyDict')
-rw-r--r-- | chinese/pyDict/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/pyDict/Makefile b/chinese/pyDict/Makefile index 952cd6dea227..19b400eeec7b 100644 --- a/chinese/pyDict/Makefile +++ b/chinese/pyDict/Makefile @@ -7,7 +7,7 @@ PORTNAME= pyDict PORTVERSION= 0.2.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese MASTER_SITES= LOCAL/chinsan/pyDict/ \ http://www.525183.com/freebsd/pyDict/ \ @@ -20,8 +20,6 @@ COMMENT= A Chinese <-> English dictionary, under both console and X11 RUN_DEPENDS= ${LOCALBASE}/include/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk \ ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf -USE_XLIB= yes - WRKSRC= ${WRKDIR}/dict NO_BUILD= yes SHAREMODE= 644 |