diff options
author | arved <arved@FreeBSD.org> | 2005-06-15 14:11:01 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-06-15 14:11:01 +0000 |
commit | 76b49fe9e7fbd758baee2ae63bf67fc36741e4ba (patch) | |
tree | ac9e6f5982e8962a2bda258d7d3571bb11beff7e /comms | |
parent | 46999dae690b874981817e705dec7b1249bd1290 (diff) | |
download | FreeBSD-ports-76b49fe9e7fbd758baee2ae63bf67fc36741e4ba.zip FreeBSD-ports-76b49fe9e7fbd758baee2ae63bf67fc36741e4ba.tar.gz |
Unbreak by adding dependency on gtk20.
Diffstat (limited to 'comms')
-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 21ceb44..f6649b1 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) |