diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-08 00:16:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-08 00:16:15 +0000 |
commit | de162206a5ed6a43a06742b52038380ff02d2fe4 (patch) | |
tree | 5081b7ab62cba2a677b49424906faaaf2e8b214b /x11-toolkits/fox | |
parent | b9bedb1d3e7b4a15860e54b7f8c166f7308f3f43 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/fox')
-rw-r--r-- | x11-toolkits/fox/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile index 0046bc81b46f..5e644c9a959d 100644 --- a/x11-toolkits/fox/Makefile +++ b/x11-toolkits/fox/Makefile @@ -133,4 +133,15 @@ pre-everything:: .endif @${ECHO_MSG} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +## +## Port conflict management +## +.if exists(${LOCALBASE}/lib/libFOX-1.1.so) +IGNORE= Conflict management: you have port fox-devel installed. The\ + fox port is incompatible with fox-devel one. You have to\ + uninstall fox-devel port if you really need the fox one +.endif + +.include <bsd.port.post.mk> |