diff options
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index ebe9129bed5..f97c2bda74c 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 21:59:48 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/02 23:28:33 rh Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -17,6 +17,8 @@ DEPENDS+= libstroke-*:../../devel/libstroke DEPENDS+= libgdgeda-*:../../graphics/libgdgeda DEPENDS+= gtk+>=1.2.0:../../x11/gtk +CONFLICTS+= gEDA<19991011 + DIST_SUBDIR= geda PKGVERSION= 19991011 |