diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:28:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-07 17:28:39 +0000 |
commit | 5b7fa7c2cb5317af105e4fa1f787f0a624f46d94 (patch) | |
tree | a259510a990b0af680e82dad1448236645edc4b1 /graphics/urt | |
parent | remove bitbox (diff) |
pbm -> netpbm
PR: 40285, 40286, 40287
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 2 | ||||
-rw-r--r-- | graphics/urt/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 22a65a809e1a..bb87d063e18d 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 diff --git a/graphics/urt/files/patch-aa b/graphics/urt/files/patch-aa index cf236d8a4a9f..8cc01506594f 100644 --- a/graphics/urt/files/patch-aa +++ b/graphics/urt/files/patch-aa @@ -140,7 +140,7 @@ -LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a \ - $(PBMDIR)/pbm/libpbm.a +INCPBMPLUS = -I${LOCALBASE}/include -+LIBPBMPLUS = -L${LOCALBASE}/lib -lppm -lpgm -lpbm ++LIBPBMPLUS = -L${LOCALBASE}/lib -lnetpbm #endif #ifdef SUNRASTER|SUNTOOLS|TAAC1 |