diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 11:20:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-14 11:20:45 +0000 |
commit | c6444dd90a0a2a579bb2a3d70dd2e88b21d5fc41 (patch) | |
tree | 63d456b3288566628f645a1519712cfb45da1ead /deskutils | |
parent | o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix (diff) |
- Chase recent gtkhtml3 update
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=103975
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/logjam2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/logjam2/Makefile b/deskutils/logjam2/Makefile index af4d88b5f0d6..611e5cb7d63f 100644 --- a/deskutils/logjam2/Makefile +++ b/deskutils/logjam2/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --without-xmms .endif .if defined(WITH_GTKHTML) -LIB_DEPENDS+= gtkhtml-3:${PORTSDIR}/www/gtkhtml3 +USE_GNOME+= gtkhtml3 .else CONFIGURE_ARGS+= --without-gtkhtml .endif |