diff options
author | se <se@FreeBSD.org> | 1998-07-23 20:52:04 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1998-07-23 20:52:04 +0000 |
commit | 85a37bd15e7f0ec3fe381698817aec1a70e2d51d (patch) | |
tree | 8e69d5e31f8b70746a0ee14ae0fcba0860c8cf4b /net/kdenetwork4 | |
parent | 0f5a3bafcda4183754f15e011402abb3b16f0054 (diff) | |
download | FreeBSD-ports-85a37bd15e7f0ec3fe381698817aec1a70e2d51d.zip FreeBSD-ports-85a37bd15e7f0ec3fe381698817aec1a70e2d51d.tar.gz |
Change dependencies to accept Qt-1.33 if present,
but to build Qt-1.40 if no compiled Qt library can be found.
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index edf0088..b7e6e25 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.14 1998/07/13 23:31:51 se Exp $ +# $Id: Makefile,v 1.15 1998/07/19 17:47:33 se Exp $ # DISTNAME= kdenetwork-1.0 @@ -13,9 +13,9 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt133 \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt140 \ ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= qt\\.1\\.3[3-9]:${PORTSDIR}/x11/qt133 \ +LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11/qt140 \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ uu\\.1\\.:${PORTSDIR}/converters/uulib \ |