diff options
author | pav <pav@FreeBSD.org> | 2004-07-07 14:56:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-07 14:56:32 +0800 |
commit | ae7db992b08ec92485a89a78cc4f2220532a95c3 (patch) | |
tree | a25009e8ae3bfe86e3f5f4a390d0df98bbffae2d | |
parent | 9d428d7e93e89776ae0b0f14713013eede294b7d (diff) | |
download | freebsd-ports-graphics-ae7db992b08ec92485a89a78cc4f2220532a95c3.tar.gz freebsd-ports-graphics-ae7db992b08ec92485a89a78cc4f2220532a95c3.tar.zst freebsd-ports-graphics-ae7db992b08ec92485a89a78cc4f2220532a95c3.zip |
- Register conflict with newly added Gtk2 incarnation of this port
-rw-r--r-- | x11-toolkits/gtkdatabox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtkdatabox/Makefile b/x11-toolkits/gtkdatabox/Makefile index 6ec1abfbc9b..6dbfb3dd784 100644 --- a/x11-toolkits/gtkdatabox/Makefile +++ b/x11-toolkits/gtkdatabox/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://www.eudoxos.de/gtk/gtkdatabox/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Display large amounts of numerical data fast and easy +CONFLICTS= gtkdatabox2-* + USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes |