diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
commit | bd29818171a6cc3eea4fb57e3089dd47803bcc4f (patch) | |
tree | 1fa3f84a491d769dc824eec97004c95143a0c8db /multimedia/fxtv | |
parent | a57f626a16f3062cb02d5b5519df5b247154703d (diff) | |
download | freebsd-ports-gnome-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.gz freebsd-ports-gnome-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.zst freebsd-ports-gnome-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.zip |
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
Diffstat (limited to 'multimedia/fxtv')
-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 838cfd57b89b..022f85320688 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.9 1998/09/14 20:10:51 markm Exp $ +# $Id: Makefile,v 1.10 1998/09/15 11:13:21 asami 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.5:${PORTSDIR}/graphics/xpm + Xpm.4:${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. |