diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /japanese/motoya-ttfonts | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'japanese/motoya-ttfonts')
-rw-r--r-- | japanese/motoya-ttfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/motoya-ttfonts/Makefile b/japanese/motoya-ttfonts/Makefile index 9b1e31b30841..8c420ac8603e 100644 --- a/japanese/motoya-ttfonts/Makefile +++ b/japanese/motoya-ttfonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= motoya-ttfonts PORTVERSION= 0.20060201 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= # # You must accept following MOTOYA freefont LICENSE[1], and regist @@ -25,7 +25,7 @@ EXTRACT_DEPENDS+= lha:${PORTSDIR}/archivers/lha RESTRICTED= Personal, non-profit, and evaluation purpose only. Redistribution not permitted in any form -USE_X_PREFIX= yes +USE_XORG= xpm NO_BUILD= yes NO_WRKSUBDIR= yes |