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 /misc | |
parent | 7bae408426e27fc87b3a07a4c4d1790c15ebbe4a (diff) | |
download | pkgsrc-b51b76e2be329e938f9814ba34d691319d38324b.tar.gz |
Add "${CONFLICTS}".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index 5bc2357365e..05166aa5e05 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/07/14 20:30:58 tron Exp $ +# $NetBSD: Makefile,v 1.16 1998/07/14 22:57:13 tron Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -15,6 +15,8 @@ DEPENDS+= qt-1.33:../../x11/qt DEPENDS+= kdelibs-1.0:../../x11/kdelibs DEPENDS+= kdebase-1.0:../../x11/kdebase +CONFLICTS= kdeutils-2.1b kdeutils-3.1b kdeutils-4.1b + USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ |