diff options
author | tron <tron@pkgsrc.org> | 1998-07-14 22:56:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-14 22:56:40 +0000 |
commit | b51b76e2be329e938f9814ba34d691319d38324b (patch) | |
tree | 9449a23a1752c1f75fe2ec7e3c3b67bede68e731 /converters/kdesupport/Makefile | |
parent | 7bae408426e27fc87b3a07a4c4d1790c15ebbe4a (diff) | |
download | pkgsrc-b51b76e2be329e938f9814ba34d691319d38324b.tar.gz |
Add "${CONFLICTS}".
Diffstat (limited to 'converters/kdesupport/Makefile')
-rw-r--r-- | converters/kdesupport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index 27b9fc820ad..38e2310dbdc 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/07/14 20:55:28 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/07/14 22:56:40 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # @@ -11,6 +11,8 @@ MAINTAINER= tron@netbsd.org DEPENDS+= qt-1.33:../../x11/qt +CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b + USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=${PREFIX}" \ |