diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-07-23 20:52:04 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-07-23 20:52:04 +0000 |
commit | 84377cc5f9c92a33537222952f0d8ee9d896a8e1 (patch) | |
tree | 5705aecf2d2b18537139c94f8d106a5ee9060e86 /x11/kdelibs2 | |
parent | also check /usr/lib/aout for -current (diff) |
Change dependencies to accept Qt-1.33 if present,
but to build Qt-1.40 if no compiled Qt library can be found.
Notes
Notes:
svn path=/head/; revision=12083
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 002336648bc9..8abaf1e86efe 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.12 1998/05/21 21:31:58 se Exp $ +# $Id: Makefile,v 1.13 1998/07/13 23:35:52 se Exp $ # DISTNAME= kdelibs-1.0 @@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt133 -LIB_DEPENDS= qt\\.1\\.3[3-9]:${PORTSDIR}/x11/qt133 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg |