diff options
Diffstat (limited to 'cad/gattrib/Makefile')
-rw-r--r-- | cad/gattrib/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile index a68c13b6881..3d3f6d2c251 100644 --- a/cad/gattrib/Makefile +++ b/cad/gattrib/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:05 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/11 03:16:23 dmcmahill Exp $ DISTNAME= geda-gattrib-${PKGVERSION} PKGNAME= gattrib-${PKGVERSION} -PKGREVISION= 2 CATEGORIES= cad -MASTER_SITES= http://www.brorson.com/gEDA/gattrib/ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.brorson.com/gEDA/gattrib/ @@ -12,14 +10,11 @@ COMMENT= Attribute editor for gEDA .include "../../cad/geda/Makefile.common" -# override version number until synchronized with geda meta package -PKGVERSION= 20040313 - GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES -.include "../../x11/gtk/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../cad/libgeda/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |