diff options
author | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-12 14:29:36 +0800 |
commit | 8a7e60c34586bb5267b5568f4aaf008466293240 (patch) | |
tree | 0eb60edc356664a1c6e82fcb4123098fa93c8c33 /net/ksamba | |
parent | f76f8647163274d25404da963254d945f45f725a (diff) | |
download | freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.gz freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.tar.zst freebsd-ports-gnome-8a7e60c34586bb5267b5568f4aaf008466293240.zip |
Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
Diffstat (limited to 'net/ksamba')
-rw-r--r-- | net/ksamba/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ksamba/Makefile b/net/ksamba/Makefile index e88f9771fd86..75945273e6a9 100644 --- a/net/ksamba/Makefile +++ b/net/ksamba/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.2 1998/06/12 09:05:27 tg Exp $ +# $Id: Makefile,v 1.3 1998/08/07 23:56:42 asami Exp $ # DISTNAME= ksamba-0.3.3 @@ -13,13 +13,12 @@ MASTER_SITE_SUBDIR= /unstable/apps/network 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="$(CFLAGS)" \ |