diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:31:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:31:51 +0000 |
commit | d16b6fb6c219adb2787e8a6ea26f9155ff1652b7 (patch) | |
tree | b5392a5741dd002e0efc3b4d166d2c0bb7d64333 /deskutils | |
parent | Deinstall without interaction while package building and don't display (diff) |
Use KDE version 1.1 instead of version 1.0.
Notes
Notes:
svn path=/head/; revision=18971
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kproject/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/kproject/Makefile b/deskutils/kproject/Makefile index 6d2c4455436e..f2c45d4e86c5 100644 --- a/deskutils/kproject/Makefile +++ b/deskutils/kproject/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.7 1998/10/02 18:21:29 brian Exp $ +# $Id: Makefile,v 1.8 1998/11/07 18:29:09 fenner Exp $ # DISTNAME= kproject-0.1 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ - kdeui.1:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes WRKSRC= ${WRKDIR}/kproject |