diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-18 01:12:59 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-18 01:12:59 +0000 |
commit | d895ac84fc617fe1f4fe5585d3955b366d614779 (patch) | |
tree | 28a61deff6ecff1df97dc5b269bfe36b590215ef | |
parent | 66f00a6b43358879e1272e62c194399660e64e57 (diff) | |
download | ports-d895ac84fc617fe1f4fe5585d3955b366d614779.tar.gz ports-d895ac84fc617fe1f4fe5585d3955b366d614779.zip |
Notes
-rw-r--r-- | graphics/netpbm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index d56f26852f46..59089b52d0f3 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= apps/graphics/convert MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/netpbm USE_IMAKE= yes |