diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-28 16:28:37 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-28 16:28:37 +0000 |
commit | 6d379367bf053d36c83c889b3ea2ee33c91a20e8 (patch) | |
tree | 03cf681afe3ccde19c2c959343f7af06a059f944 /games/freeciv | |
parent | 12270bbd80761e51907a45e2edec0770c50fee25 (diff) | |
download | ports-6d379367bf053d36c83c889b3ea2ee33c91a20e8.tar.gz ports-6d379367bf053d36c83c889b3ea2ee33c91a20e8.zip |
- Readd conflicts
Notes
Notes:
svn path=/head/; revision=196478
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index ef863dcb75af..7276646d5011 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeciv PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF @@ -38,10 +39,12 @@ USE_GNOME+= esound .else CONFIGURE_ARGS+=--disable-esd .endif +CONFLICTS= freeciv-nox11-[0-9]* .else PLIST_SUB= X11="@comment " PKGNAMESUFFIX?= -nox11 CONFIGURE_ARGS+=--enable-client=no +CONFLICTS= freeciv-[0-9]* .endif post-patch: |