diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 15:00:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-16 15:00:09 +0000 |
commit | fbc9b718a8dd6fe9377b18f491bccd74932ea5cc (patch) | |
tree | da3fde5d9a3e190918a1952b88ef9a79af4bb116 /devel/gnome-vfs1 | |
parent | 135e89326a87f562fe4363fc8743dde3390c7cc8 (diff) |
- Drop dependency on bzip2 from ports
PR: ports/88986
Submitted by: edwin's drive against anachronisms in Ports Collection
Notes
Notes:
svn path=/head/; revision=148477
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index bbf7194e26d2..ff92d56a2bd3 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -17,10 +17,6 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Virtual File System -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes |