diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 03:48:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-13 03:48:01 +0000 |
commit | 84878ef9ffbb2573aa6fe0d88b2844cc9fd885cc (patch) | |
tree | fc82bed9c61add190a4537484cc23122569f63a3 /sysutils/gcombust | |
parent | d7558054b9fb99807b5373f773c8e077048792c7 (diff) |
Add a dependency on gnomehier to allow for the desktop entry.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=73003
Diffstat (limited to 'sysutils/gcombust')
-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 26a1787ac4ed..52a656bebe89 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" \ |