diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:43:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:43:39 +0000 |
commit | be7f3f8eb03d28004ea4e478d72c5ac6234b7500 (patch) | |
tree | 58d9e1bab5d34d73bf2fcd2248d203fe4d52452b /games/gnomegames2 | |
parent | 2481c943622ce84d236a1247651715cfdfb76d18 (diff) |
gnomegames2 conflicts with games/sol.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=90827
Diffstat (limited to 'games/gnomegames2')
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 879130a64981..ebd0007edd6e 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -28,6 +28,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFLICTS= sol-1.0.* + post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' |