diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-25 03:23:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-25 03:23:11 +0800 |
commit | 6b9f4ac237d6314772115d74917b977d9c616efe (patch) | |
tree | fe65527dbdd076debf228f49e6f9fb0a79541fa9 /japanese/gaim | |
parent | d0d22f77284225d0308242bf7f33e846ad1a0618 (diff) | |
download | freebsd-ports-gnome-6b9f4ac237d6314772115d74917b977d9c616efe.tar.gz freebsd-ports-gnome-6b9f4ac237d6314772115d74917b977d9c616efe.tar.zst freebsd-ports-gnome-6b9f4ac237d6314772115d74917b977d9c616efe.zip |
Chase the Gaim update, and tighten CONFLICTS to make portlint a bit happier.
Diffstat (limited to 'japanese/gaim')
-rw-r--r-- | japanese/gaim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/gaim/Makefile b/japanese/gaim/Makefile index a21c43ef328e..7c9716346b83 100644 --- a/japanese/gaim/Makefile +++ b/japanese/gaim/Makefile @@ -17,6 +17,8 @@ MAINTAINER= freebsd@next-generation.org MASTERDIR= ${.CURDIR}/../../net/gaim MD5_FILE= ${.CURDIR}/distinfo -CONFLICTS= gaim-* +CONFLICTS= gaim-[0-9]* + +FORBIDDEN= Needs an update for Gaim 1.1.2. .include "${MASTERDIR}/Makefile" |