summaryrefslogtreecommitdiff
path: root/multimedia/mpegedit
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-06 10:13:38 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-06 10:13:38 +0000
commitca4314169caa2ab3a90ed81152752b04cdc6fe70 (patch)
treee2a755c6c2818482a1cc8b607ea4953d8814574e /multimedia/mpegedit
parentAdd p5-POE-Component-DirWatch 0.01, POE directory watcher. (diff)
pbm -> netpbm lib name change
PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=62517
Diffstat (limited to 'multimedia/mpegedit')
-rw-r--r--multimedia/mpegedit/Makefile2
-rw-r--r--multimedia/mpegedit/files/patch-aj6
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile
index 975422aac4d1..9957d24059f3 100644
--- a/multimedia/mpegedit/Makefile
+++ b/multimedia/mpegedit/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= pnm.1:${PORTSDIR}/graphics/netpbm
+LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
USE_X_PREFIX= yes
diff --git a/multimedia/mpegedit/files/patch-aj b/multimedia/mpegedit/files/patch-aj
index 99b05d98e172..5f6ad7158183 100644
--- a/multimedia/mpegedit/files/patch-aj
+++ b/multimedia/mpegedit/files/patch-aj
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Jul 24 01:00:40 1995
-+++ Makefile Thu Jun 15 08:53:48 2000
+--- Makefile.orig Mon Jul 24 02:00:40 1995
++++ Makefile Sat Jul 6 13:53:51 2002
@@ -23,8 +23,8 @@
#
# Mr A S R Ashley B.Eng (Hons) 23rd July 1995
@@ -16,7 +16,7 @@
OBJS = main.o globals/version.o
ARCHIVES = editor/editor.a ui/ui.a MpegCodec/mpeg.a
- LIBS = -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm
-+ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm
++ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lnetpbm -lm
#
# CPPFLAGS -Wall all warnings
# -pipe speeds up compilation (remove only if not using g++)