diff options
author | shaun <shaun@FreeBSD.org> | 2010-05-30 03:51:48 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2010-05-30 03:51:48 +0800 |
commit | 79c0515c80db44435163ea37e959d6f3bf659134 (patch) | |
tree | 40bd4d5b98f1b46bce68874b5883563ca70a60e1 /games | |
parent | c3f455fca1df6f857c719e343f2a2f6d3f5fdeb0 (diff) | |
download | freebsd-ports-gnome-79c0515c80db44435163ea37e959d6f3bf659134.tar.gz freebsd-ports-gnome-79c0515c80db44435163ea37e959d6f3bf659134.tar.zst freebsd-ports-gnome-79c0515c80db44435163ea37e959d6f3bf659134.zip |
- Register conflicts between games/oneko and games/oneko-sakura. [1]
- Remove quotes on NO_CDROM (for portlint).
Submitted by: Demelier David <demelier.david@gmail.com>
via freebsd-ports [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/oneko-sakura/Makefile | 4 | ||||
-rw-r--r-- | games/oneko/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index c855ae5a29e6..a1cc80be22ae 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -15,11 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5 MAINTAINER= hotaru@tail.net COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen +CONFLICTS= oneko-2.* + USE_IMAKE= yes USE_XORG= x11 xext MAN6= oneko.6 PLIST_FILES= bin/oneko -NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION" +NO_CDROM= Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION NO_LATEST_LINK= yes diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 3f7e717fdb71..48aeac716c8b 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -24,6 +24,8 @@ COMMENT= A cat chasing a mouse all over the screen BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +CONFLICTS= oneko-1.* + GNU_CONFIGURE= yes USE_XORG= x11 xpm xmu MAN6= oneko.6 |