diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 01:28:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 01:28:39 +0800 |
commit | c0b61cd387513580e48462a61db72e69faab3a6a (patch) | |
tree | fab0995d358f248b92befc1e88be58aa359d2ea6 /graphics/vid | |
parent | c750f792647391cfbf77adf687bad931f5d3d950 (diff) | |
download | freebsd-ports-gnome-c0b61cd387513580e48462a61db72e69faab3a6a.tar.gz freebsd-ports-gnome-c0b61cd387513580e48462a61db72e69faab3a6a.tar.zst freebsd-ports-gnome-c0b61cd387513580e48462a61db72e69faab3a6a.zip |
pbm -> netpbm
PR: 40285, 40286, 40287
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/vid')
-rw-r--r-- | graphics/vid/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/vid/files/patch-Makefile b/graphics/vid/files/patch-Makefile new file mode 100644 index 000000000000..2a4eade17bf8 --- /dev/null +++ b/graphics/vid/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.old Sun Jul 7 21:56:30 2002 ++++ Makefile Sun Jul 7 21:56:38 2002 +@@ -6,7 +6,7 @@ + + CFLAGS = -O + CPPFLAGS = -I/usr/local/include +-LIBS = -L/usr/local/lib -lpnm ++LIBS = -L/usr/local/lib -lnetpbm + + default: vid |