diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-06 10:13:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-06 10:13:38 +0000 |
commit | 4f3bb2e9421656cff95cfb18379becd4c0fa06a7 (patch) | |
tree | ab21cafaf79c15a6377e6a4f2cc87ebe58968361 /multimedia | |
parent | 6dc1c02dad915a37bb0cad417c0a5c086d9fdffe (diff) | |
download | FreeBSD-ports-4f3bb2e9421656cff95cfb18379becd4c0fa06a7.zip FreeBSD-ports-4f3bb2e9421656cff95cfb18379becd4c0fa06a7.tar.gz |
pbm -> netpbm lib name change
PR: 40251, 40252, 40253, 40254
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpegedit/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpegedit/files/patch-aj | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile index 975422a..9957d24 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 99b05d9..5f6ad71 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++) |