diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-27 23:32:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-27 23:32:45 +0000 |
commit | d8e9d828a1e0200dc849d13ba4c5beb313fbdd65 (patch) | |
tree | d22f437c238a6a008e6d4e832e21a483ba2cfd34 /deskutils | |
parent | Move OSVERSION check after bsd.port.pre.mk (diff) |
Extend correct LIB_DEPENDS from GnuCash to these ports as well.
Notes
Notes:
svn path=/head/; revision=192153
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index e0ca8b0eba76..4f18fbaf9fa4 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -15,7 +15,7 @@ MAINTAINER= liu_yinghong@yahoo.com.cn COMMENT= A viewer for Microsoft Help "CHM" files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 + gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome |