diff options
author | philip <philip@FreeBSD.org> | 2009-09-02 20:12:14 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2009-09-02 20:12:14 +0800 |
commit | 1ce71d9b335ba3cbbe84ee059a5509460905cb4a (patch) | |
tree | c6ceaa799294d9a69c9edd8adab61b63cc5669c4 /games | |
parent | fa888fcedc42235eba6be32934ce39e904d5e9d1 (diff) | |
download | freebsd-ports-gnome-1ce71d9b335ba3cbbe84ee059a5509460905cb4a.tar.gz freebsd-ports-gnome-1ce71d9b335ba3cbbe84ee059a5509460905cb4a.tar.zst freebsd-ports-gnome-1ce71d9b335ba3cbbe84ee059a5509460905cb4a.zip |
Fix CONFLICTS.
PR: ports/138479
Submitted by: amdmi3
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index bbb287426c69..568d7de68469 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -19,7 +19,7 @@ COMMENT= A fantasy turn-based strategy game LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ freetype.9:${PORTSDIR}/print/freetype2 -CONFLICTS= wesnoth-1.5* +CONFLICTS= wesnoth-1.5* wesnoth-1.7* USE_SDL= image mixer net ttf USE_GNOME= gnometarget pango |