diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 21:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 21:31:52 +0000 |
commit | d061b93fbb2a749a511b19f484c97535c9de9530 (patch) | |
tree | f5f9f084eb150a26e3d8567f307043b49047dca6 /x11/kdelibs3 | |
parent | ae19160dccb4853858787fcd4dcf63a156681a0d (diff) | |
download | ports-d061b93fbb2a749a511b19f484c97535c9de9530.tar.gz ports-d061b93fbb2a749a511b19f484c97535c9de9530.zip |
kdelibs requires at least qt-1.30. Probably just a typo, as the other
kde* ports have it this way already.
Notes
Notes:
svn path=/head/; revision=8501
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 16a3ccc392b3..c03321322e26 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.2 1997/11/03 00:25:44 se Exp $ +# $Id: Makefile,v 1.3 1997/11/05 04:20:23 asami Exp $ # DISTNAME= kdelibs-Beta1-2 @@ -17,7 +17,7 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= se@freebsd.org BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.[0-9]:${PORTSDIR}/x11/qt \ +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg |