diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /games/oneko/Makefile | |
parent | Add system-config-printer (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=209636
Diffstat (limited to 'games/oneko/Makefile')
-rw-r--r-- | games/oneko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 3be3aed8d332..3f7e717fdb71 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -25,7 +25,7 @@ COMMENT= A cat chasing a mouse all over the screen BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf GNU_CONFIGURE= yes -USE_XORG= x11 xpm +USE_XORG= x11 xpm xmu MAN6= oneko.6 MANLANG= "" ja WRKSRC= ${WRKDIR}/${PORTNAME} |