aboutsummaryrefslogtreecommitdiff
path: root/print/klyx
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-12 06:29:36 +0000
commit65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch)
tree080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /print/klyx
parent1596221df99f5031117eaee27e868532becd0048 (diff)
downloadports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.tar.gz
ports-65edaaa1f5cfb9af7b384788fefd39044f26fc07.zip
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
Notes
Notes: svn path=/head/; revision=12469
Diffstat (limited to 'print/klyx')
-rw-r--r--print/klyx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/klyx/Makefile b/print/klyx/Makefile
index fd8ee07c8d56..7a0b288249ce 100644
--- a/print/klyx/Makefile
+++ b/print/klyx/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id: Makefile,v 1.2 1998/05/25 14:30:41 tg Exp $
+# $Id: Makefile,v 1.3 1998/08/07 23:56:46 asami Exp $
#
DISTNAME= klyx-0.9.3
@@ -13,13 +13,12 @@ MASTER_SITE_SUBDIR= /unstable/apps/office
MAINTAINER= hanspb@persbraten.vgs.no
-BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt
-LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11-toolkits/qt \
- kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
+LIB_DEPENDS= kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
kfile\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs
+USE_QT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CXXFLAGS)" \