From 4f3bb2e9421656cff95cfb18379becd4c0fa06a7 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 6 Jul 2002 10:13:38 +0000 Subject: pbm -> netpbm lib name change PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis --- palm/ppmtoTbmp/Makefile | 2 +- palm/ppmtoTbmp/files/patch-Makefile | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 palm/ppmtoTbmp/files/patch-Makefile (limited to 'palm/ppmtoTbmp') diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile index 3b301ccff128..7cc225d621bb 100644 --- a/palm/ppmtoTbmp/Makefile +++ b/palm/ppmtoTbmp/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.isaac.cs.berkeley.edu/pilot/ MAINTAINER= noway@nohow.demon.co.uk -LIB_DEPENDS= pbm.1:${PORTSDIR}/graphics/netpbm +LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm post-patch: ${PERL} -pi -e "s|^CFLAGS.+|CFLAGS += -I${LOCALBASE}/include|g; \ diff --git a/palm/ppmtoTbmp/files/patch-Makefile b/palm/ppmtoTbmp/files/patch-Makefile new file mode 100644 index 000000000000..8d3b7fba0f32 --- /dev/null +++ b/palm/ppmtoTbmp/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.old Sat Jul 6 13:24:04 2002 ++++ Makefile Sat Jul 6 13:24:12 2002 +@@ -1,5 +1,5 @@ + CFLAGS = -Wall -O2 -I/opt/netpbm/include +-LDLIBS = -lpnm -lppm -lpgm -lpbm ++LDLIBS = -lnetpbm + + BINS = ppmtoTbmp Tbmptopnm -- cgit