diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 14:48:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 14:48:23 +0000 |
commit | 8f0c5e9c316745c109b29494174e08f4087e00f4 (patch) | |
tree | f1affdd198113dd07d38a705f97b8d410df5fa68 /comms/xdx | |
parent | be355ebbb13881c37612b55b454ba0f1388f35e3 (diff) |
- Axe indirect dependency
PR: ports/67605
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=110892
Diffstat (limited to 'comms/xdx')
-rw-r--r-- | comms/xdx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile index eca708bfc16f..4c42b9b2703c 100644 --- a/comms/xdx/Makefile +++ b/comms/xdx/Makefile @@ -15,7 +15,7 @@ MAINTAINER= matt@mattsnetwork.co.uk COMMENT= Amateur Radio DX cluster monitor USE_X_PREFIX= yes -USE_GNOME= pkgconfig gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes |