diff options
author | Philip Paeps <philip@FreeBSD.org> | 2009-09-02 12:12:14 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2009-09-02 12:12:14 +0000 |
commit | 8bbc7b01a2252950d043bb9fdfd9a7680725b585 (patch) | |
tree | d4369c7503302183c05a0bbd7543a748040bf107 /games/wesnoth | |
parent | c927b729fb882cf6e7c157f17795b123b4b7c69d (diff) | |
download | ports-8bbc7b01a2252950d043bb9fdfd9a7680725b585.tar.gz ports-8bbc7b01a2252950d043bb9fdfd9a7680725b585.zip |
Fix CONFLICTS.
PR: ports/138479
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=240709
Diffstat (limited to 'games/wesnoth')
-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 |