diff options
author | garga <garga@FreeBSD.org> | 2005-11-30 19:59:10 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-30 19:59:10 +0800 |
commit | fec3af097bdd770f5576266e21222a773d65fa36 (patch) | |
tree | cbd84e4ad84b1cb6779afe2a059111c82f973ea7 /graphics | |
parent | 0950c3439ea422547cfe305510eb1b744652c42f (diff) | |
download | freebsd-ports-graphics-fec3af097bdd770f5576266e21222a773d65fa36.tar.gz freebsd-ports-graphics-fec3af097bdd770f5576266e21222a773d65fa36.tar.zst freebsd-ports-graphics-fec3af097bdd770f5576266e21222a773d65fa36.zip |
- Remove bzip2 from list of dependencies,
it has been part of base system since 4.4
PR: 88991
Submitted by: edwin
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enfle/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 5c8813c1984..57f6323d854 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -19,9 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ ungif.5:${PORTSDIR}/graphics/libungif \ arc.1:${PORTSDIR}/archivers/libarc -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif USE_BZIP2= yes USE_X_PREFIX= yes |