diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-19 02:44:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-19 02:44:18 +0800 |
commit | 7d287164379b3a3c6ad2df3c0e97e029d9ecf302 (patch) | |
tree | 9a31612341124e3958abfd9575443f78e96aaddb /x11 | |
parent | 97e1f822f2b0dd15fdfc1dcd930a2d9365015f3a (diff) | |
download | freebsd-ports-gnome-7d287164379b3a3c6ad2df3c0e97e029d9ecf302.tar.gz freebsd-ports-gnome-7d287164379b3a3c6ad2df3c0e97e029d9ecf302.tar.zst freebsd-ports-gnome-7d287164379b3a3c6ad2df3c0e97e029d9ecf302.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" |