diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-13 03:48:01 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-13 03:48:01 +0000 |
commit | 44e844289e0bcad7517ffe0a7ab6eff5d552763a (patch) | |
tree | 43291410d4ba0ffd351bacb391d4cca39cca6876 /sysutils | |
parent | e6de46809cc7652066d80d9eafaf21bd6ecae76b (diff) | |
download | FreeBSD-ports-44e844289e0bcad7517ffe0a7ab6eff5d552763a.zip FreeBSD-ports-44e844289e0bcad7517ffe0a7ab6eff5d552763a.tar.gz |
Add a dependency on gnomehier to allow for the desktop entry.
Reported by: bento
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gcombust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 26a1787..52a656b 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gnomehier GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |