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