diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /games/oneko/Makefile | |
parent | - Update to 1.3.86 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209620
Diffstat (limited to 'games/oneko/Makefile')
-rw-r--r-- | games/oneko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile index b65af4cbbbd4..3be3aed8d332 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -7,7 +7,7 @@ PORTNAME= oneko PORTVERSION= 2.0b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.3bit.co.jp/~sasaki/oneko/ \ http://www.net24.ne.jp/~ryo2/archives/:ryo2 \ @@ -25,7 +25,7 @@ COMMENT= A cat chasing a mouse all over the screen BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf GNU_CONFIGURE= yes -USE_X_PREFIX= yes +USE_XORG= x11 xpm MAN6= oneko.6 MANLANG= "" ja WRKSRC= ${WRKDIR}/${PORTNAME} |