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 /math | |
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 'math')
-rw-r--r-- | math/kcalc/Makefile | 7 | ||||
-rw-r--r-- | math/xgfe/Makefile | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 3f4c9da12b4d..74c7eb8dd56e 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.15 1998/07/23 20:52:01 se Exp $ +# $Id: Makefile,v 1.16 1998/08/07 23:56:40 asami Exp $ # DISTNAME= kdeutils-1.0 @@ -13,9 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt140 -LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ - gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ @@ -24,6 +22,7 @@ LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140 \ kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs +USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ "--with-extra-includes=$(PREFIX)/include/giflib" diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 6b39a1be8d3f..98741db0da9c 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -3,7 +3,7 @@ # Date created: 24 March 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.5 1998/08/05 09:31:30 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:34 asami Exp $ # DISTNAME= xgfe-2.0 @@ -12,9 +12,9 @@ MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= qt\\.1\\.3:${PORTSDIR}/x11-toolkits/qt RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +USE_QT= yes USE_X_PREFIX= yes MAKE_ENV= X11BASE=$(X11BASE) PREFIX=$(PREFIX) |