diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 11:13:39 +0000 |
commit | 68221444daa013e684b5334d37d55565175fed1d (patch) | |
tree | d96610714a6438be01ab49cf89bf0ca0c57ef0d2 /multimedia/fxtv/Makefile | |
parent | a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2 (diff) | |
download | FreeBSD-ports-68221444daa013e684b5334d37d55565175fed1d.zip FreeBSD-ports-68221444daa013e684b5334d37d55565175fed1d.tar.gz |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r-- | multimedia/fxtv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 71b0ab8..838cfd5 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <rhh@ct.picker.com> # -# $Id: Makefile,v 1.8 1998/08/07 23:56:24 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/14 20:10:51 markm Exp $ # DISTNAME= fxtv-0.47 @@ -15,7 +15,7 @@ MAINTAINER= rhh@ct.picker.com LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ - Xpm.4:${PORTSDIR}/graphics/xpm + Xpm.5:${PORTSDIR}/graphics/xpm # This program does not actually depend on the below, but they are pretty # useful if you are into digital video recording and playback. |