diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 04:42:43 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 04:42:43 +0000 |
commit | b6e6f0701dd1e1817bf8f6ff0a0da61d2db651fb (patch) | |
tree | f0971882075100fbbafd5c684682d1d6f58cacba /games/gcompris2/Makefile | |
parent | 071bb392a8c379ccbd0aa93f284842fa5266fa5c (diff) | |
download | FreeBSD-ports-b6e6f0701dd1e1817bf8f6ff0a0da61d2db651fb.zip FreeBSD-ports-b6e6f0701dd1e1817bf8f6ff0a0da61d2db651fb.tar.gz |
gcompris and gcompris2 conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r-- | games/gcompris2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 795138e..4ec85dc 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -28,4 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= gcompris +CONFLICTS= gcompris-* + .include <bsd.port.mk> |