diff options
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 |