diff options
author | arved <arved@FreeBSD.org> | 2005-06-15 22:11:01 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-06-15 22:11:01 +0800 |
commit | 76b49fe9e7fbd758baee2ae63bf67fc36741e4ba (patch) | |
tree | ac9e6f5982e8962a2bda258d7d3571bb11beff7e /comms/xlog | |
parent | 46999dae690b874981817e705dec7b1249bd1290 (diff) | |
download | freebsd-ports-gnome-76b49fe9e7fbd758baee2ae63bf67fc36741e4ba.tar.gz freebsd-ports-gnome-76b49fe9e7fbd758baee2ae63bf67fc36741e4ba.tar.zst freebsd-ports-gnome-76b49fe9e7fbd758baee2ae63bf67fc36741e4ba.zip |
Unbreak by adding dependency on gtk20.
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 21ceb442e443..f6649b191b1c 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -13,10 +13,8 @@ MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \ MAINTAINER= matt@mattsnetwork.co.uk COMMENT= Amateur Radio logging application -BROKEN= Configure fails - USE_X_PREFIX= yes -USE_GNOME= libgnomeprint +USE_GNOME= libgnomeprint gtk20 GNU_CONFIGURE= yes .if defined(WITH_HAMLIB) |