diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-17 04:55:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-17 04:55:36 +0800 |
commit | 2c82928fd40e67d176776b6dff1597cd2a90e7ac (patch) | |
tree | 7dc65d44ea8864fb714cd4da717fc17368ed18b5 /cad | |
parent | cb8d2c94b4ccf83f818cd500aa5bc825cdeef495 (diff) | |
download | freebsd-ports-gnome-2c82928fd40e67d176776b6dff1597cd2a90e7ac.tar.gz freebsd-ports-gnome-2c82928fd40e67d176776b6dff1597cd2a90e7ac.tar.zst freebsd-ports-gnome-2c82928fd40e67d176776b6dff1597cd2a90e7ac.zip |
Mark CONFLICTS_INSTALL with devel/py-epsilon
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index bf4cd82e468c..6a27b3bf92f9 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig +CONFLICTS_INSTALL= py[23][0-9]-epsilon + USE_GL= gl glu USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ xproto xrender xscrnsaver xt xxf86vm |