diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-06 18:13:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-06 18:13:38 +0800 |
commit | 4f3bb2e9421656cff95cfb18379becd4c0fa06a7 (patch) | |
tree | ab21cafaf79c15a6377e6a4f2cc87ebe58968361 /palm/ppmtoTbmp | |
parent | 6dc1c02dad915a37bb0cad417c0a5c086d9fdffe (diff) | |
download | freebsd-ports-gnome-4f3bb2e9421656cff95cfb18379becd4c0fa06a7.tar.gz freebsd-ports-gnome-4f3bb2e9421656cff95cfb18379becd4c0fa06a7.tar.zst freebsd-ports-gnome-4f3bb2e9421656cff95cfb18379becd4c0fa06a7.zip |
pbm -> netpbm lib name change
PR: 40251, 40252, 40253, 40254
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'palm/ppmtoTbmp')
-rw-r--r-- | palm/ppmtoTbmp/Makefile | 2 | ||||
-rw-r--r-- | palm/ppmtoTbmp/files/patch-Makefile | 8 |
2 files changed, 9 insertions, 1 deletions
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 |