diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:42:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:42:43 +0000 |
commit | 2481c943622ce84d236a1247651715cfdfb76d18 (patch) | |
tree | 097621c100a6a50ec7eeb6fe0a525893f0ea7cb0 /games/gcompris2 | |
parent | 9bb27923cf6142c94f52fdb5129f8075072bf7d9 (diff) | |
download | ports-2481c943622ce84d236a1247651715cfdfb76d18.tar.gz ports-2481c943622ce84d236a1247651715cfdfb76d18.zip |
Notes
Diffstat (limited to 'games/gcompris2')
-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 795138e8ce78..4ec85dcaec5b 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> |