diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-07 17:28:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-07 17:28:39 +0000 |
commit | c0b61cd387513580e48462a61db72e69faab3a6a (patch) | |
tree | fab0995d358f248b92befc1e88be58aa359d2ea6 /graphics/urt/Makefile | |
parent | c750f792647391cfbf77adf687bad931f5d3d950 (diff) | |
download | FreeBSD-ports-c0b61cd387513580e48462a61db72e69faab3a6a.zip FreeBSD-ports-c0b61cd387513580e48462a61db72e69faab3a6a.tar.gz |
pbm -> netpbm
PR: 40285, 40286, 40287
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 22a65a8..bb87d06 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |