diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-24 17:09:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-24 17:09:49 +0000 |
commit | 922ffc3e5714ee018f60f918c075227a9c382dd1 (patch) | |
tree | 7be6c70e133cbd28dadc3f1486eacc7b64caf2c5 /x11/kvidtune/Makefile | |
parent | Upgrade to v2.3, take over MAINTAINERship. (diff) |
Replace KDE-1.0 dependency with KDE-1.1, tidy up the Makefile a bit.
Notes
Notes:
svn path=/head/; revision=18111
Diffstat (limited to 'x11/kvidtune/Makefile')
-rw-r--r-- | x11/kvidtune/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/kvidtune/Makefile b/x11/kvidtune/Makefile index 118510e5938b..009e65b976d5 100644 --- a/x11/kvidtune/Makefile +++ b/x11/kvidtune/Makefile @@ -3,7 +3,7 @@ # Date created: 15 November 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/19 08:15:39 taoka Exp $ # DISTNAME= kvidtune-0.4.1 @@ -13,15 +13,13 @@ MASTER_SITE_SUBDIR= unstable/apps/admin MAINTAINER= josh@quick.net -LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ - kdeui.1:${PORTSDIR}/x11/kdelibs \ - kfm.1:${PORTSDIR}/x11/kdelibs \ - kfile.1:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 \ + kfm.2:${PORTSDIR}/x11/kdelibs11 \ + kfile.2:${PORTSDIR}/x11/kdelibs11 USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CXXFLAGS="$(CXXFLAGS)" \ - INSTALL_SCRIPT="$(INSTALL_SCRIPT)" .include <bsd.port.mk> |