diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-05 14:14:59 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-05 14:14:59 +0000 |
commit | e4acffdfc1cced4b7ccb0be6d1091bfd34bcfdf0 (patch) | |
tree | 6acc7145c0f92d42658c4fe75b268cf9b9e747e1 /x11-fm/nautilus2 | |
parent | 698aecb725f3417f28f32d3a0f72edffb2eedae0 (diff) | |
download | FreeBSD-ports-e4acffdfc1cced4b7ccb0be6d1091bfd34bcfdf0.zip FreeBSD-ports-e4acffdfc1cced4b7ccb0be6d1091bfd34bcfdf0.tar.gz |
Add missed libghttp dependency.
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 6794155..d264279 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -19,7 +19,8 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX # BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ - freetype.6:${PORTSDIR}/print/freetype2 + freetype.6:${PORTSDIR}/print/freetype2 \ + ghttp.1:${PORTSDIR}/www/libghttp .if !defined(WITHOUT_MOZILLA) MOZILLA= mozilla |