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 /games/nethack33-qt | |
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 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index aa7dbd535018..200a3895bd25 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.14 1998/07/27 23:24:44 asami Exp $ +# $Id: Makefile,v 1.15 1998/08/07 23:56:21 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -21,10 +21,10 @@ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= qt\\.1\\.40:${PORTSDIR}/x11-toolkits/qt140 \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas +USE_QT= yes EXTRACT_ONLY= nethack-3.2.2.tar.gz USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 |