diff options
author | asami <asami@FreeBSD.org> | 2000-04-03 16:15:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-03 16:15:58 +0800 |
commit | fd69d0d264ecf17358ffa862ccce5ac83e2db9d0 (patch) | |
tree | fb102f1a2e1284cbc2bbbc796757cc3b0503427a /graphics | |
parent | 9c67b3b85242d3ed097639621ef2df0ee88d804d (diff) | |
download | freebsd-ports-gnome-fd69d0d264ecf17358ffa862ccce5ac83e2db9d0.tar.gz freebsd-ports-gnome-fd69d0d264ecf17358ffa862ccce5ac83e2db9d0.tar.zst freebsd-ports-gnome-fd69d0d264ecf17358ffa862ccce5ac83e2db9d0.zip |
Fix typo ("etpbm" -> "netpbm").
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto/Makefile | 2 | ||||
-rw-r--r-- | graphics/gphoto2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 275f9be9954d..b98b6b414038 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ MAINTAINER= anders@fix.no -BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/etpbm +BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ gdk_imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 275f9be9954d..b98b6b414038 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \ MAINTAINER= anders@fix.no -BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/etpbm +BUILD_DEPENDS= ${LOCALBASE}/include/ppm.h:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ gdk_imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick |