diff options
author | mycroft <mycroft> | 1998-07-22 11:38:11 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-22 11:38:11 +0000 |
commit | 254490964377dbd8d0533cd15fd11992af5b4d47 (patch) | |
tree | d7f097026af9f2bc77b8f654ce3f61568b4a2b29 | |
parent | 63064fcf44ab46c61b6ff5bb00b75c832f4c3d54 (diff) | |
download | pkgsrc-254490964377dbd8d0533cd15fd11992af5b4d47.tar.gz |
Conflicts with qt-1.33.
-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 29cd1e5faa2..f7d490b71af 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/07/19 21:09:23 tv Exp $ +# $NetBSD: Makefile,v 1.16 1998/07/22 11:38:11 mycroft Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp # @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/sunsite/Incoming/ \ MAINTAINER= tron@netbsd.org +CONFLICTS= qt-1.33 + BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool USE_X11= yes |