diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 12:43:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 12:43:35 +0800 |
commit | 0245b36a8b23356f0201b518f86ef001b9ecafbb (patch) | |
tree | 074244ae357a7b750999646b10b8179a842af3c8 /games | |
parent | 162a774aaa28585f2ecce54ec61b2cb7e07abcec (diff) | |
download | freebsd-ports-gnome-0245b36a8b23356f0201b518f86ef001b9ecafbb.tar.gz freebsd-ports-gnome-0245b36a8b23356f0201b518f86ef001b9ecafbb.tar.zst freebsd-ports-gnome-0245b36a8b23356f0201b518f86ef001b9ecafbb.zip |
add CONFLICTS line
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/sol/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile index 7be257751bb0..8aece4735d0b 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \ xalloc.1:${PORTSDIR}/devel/libxalloc \ shhcards.1:${PORTSDIR}/games/libshhcards +CONFLICTS= gnomegames2-2.4.* + USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes |