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 | 332edaba36942c6c131a3ad703b8a67244bd5a1e (diff) | |
download | ports-ca4314169caa2ab3a90ed81152752b04cdc6fe70.tar.gz ports-ca4314169caa2ab3a90ed81152752b04cdc6fe70.zip |
Notes
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 |