diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:44:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:44:18 +0000 |
commit | 8ddbbdf323b8c1047cfb74baca22e34f81599cac (patch) | |
tree | d6e58c31d9f05dafc61382e76b4bd3a89d23b269 /x11 | |
parent | cc6afa0a4f7b151a60f0fe691a1d459fce858f44 (diff) | |
download | freebsd-ports-8ddbbdf323b8c1047cfb74baca22e34f81599cac.zip |
Add missing dependency on libghttp.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomeapplets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 40b7c5e68576..1e146459387d 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libpanel gnomevfs gnomecanvas +USE_GNOME= gnomeprefix gnomehack libpanel gnomevfs gnomecanvas libghttp GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |