diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-06 10:13:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-06 10:13:38 +0000 |
commit | ca4314169caa2ab3a90ed81152752b04cdc6fe70 (patch) | |
tree | e2a755c6c2818482a1cc8b607ea4953d8814574e /astro | |
parent | Add p5-POE-Component-DirWatch 0.01, POE directory watcher. (diff) |
pbm -> netpbm lib name change
PR: 40251, 40252, 40253, 40254
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=62517
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index be7a2f547b02..3585d97468eb 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - pnm.1:${PORTSDIR}/graphics/netpbm + netpbm.1:${PORTSDIR}/graphics/netpbm RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 |