diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile index ba298612b73..9e7282fca7b 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/02/16 10:01:59 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp # @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/ MAINTAINER= searle@longacre.demon.co.uk +USE_X11= yes + QTDIR= ${PREFIX} MAN1= moc.1 |