diff options
author | asami <asami@FreeBSD.org> | 1997-11-06 05:31:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-06 05:31:52 +0800 |
commit | 9cbe1ea7ce5b3d4b1a91ffad85c53b244c5b5dcc (patch) | |
tree | 894a2aba92e697340da0aa557530c01c0a02540a /x11/kdelibs3 | |
parent | 41763a9315485962a4ca38b5006a1b0502c80bc8 (diff) | |
download | freebsd-ports-gnome-9cbe1ea7ce5b3d4b1a91ffad85c53b244c5b5dcc.tar.gz freebsd-ports-gnome-9cbe1ea7ce5b3d4b1a91ffad85c53b244c5b5dcc.tar.zst freebsd-ports-gnome-9cbe1ea7ce5b3d4b1a91ffad85c53b244c5b5dcc.zip |
kdelibs requires at least qt-1.30. Probably just a typo, as the other
kde* ports have it this way already.
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 |