diff options
author | tron <tron> | 1998-02-16 10:01:59 +0000 |
---|---|---|
committer | tron <tron> | 1998-02-16 10:01:59 +0000 |
commit | 1e72a528260ae967757312f31865f3a2ea0700cb (patch) | |
tree | bf944511b935cd04233d78a30679df39db9c1011 /x11/qt/Makefile | |
parent | 2790f01c3d26dc8e6b01068a2323e03f9b5032b6 (diff) | |
download | pkgsrc-1e72a528260ae967757312f31865f3a2ea0700cb.tar.gz |
"qt" should be installed in ${X11BASE} not in ${LOCALBASE}.
Diffstat (limited to 'x11/qt/Makefile')
-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 |