diff options
Diffstat (limited to 'graphics/libgdgeda/Makefile')
-rw-r--r-- | graphics/libgdgeda/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile index fd3b422e347..8ae71e41c02 100644 --- a/graphics/libgdgeda/Makefile +++ b/graphics/libgdgeda/Makefile @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.11 2002/03/13 17:37:12 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/09 06:05:57 dmcmahill Exp $ # -DISTNAME= libgdgeda-1.8 -PKGREVISION= 1 +DISTNAME= libgdgeda-2.0.9 CATEGORIES= graphics MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/support/ -MAINTAINER= rh@netbsd.org +MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.geda.seul.org/ COMMENT= Modified version of the gd packages for use with gEDA -DEPENDS+= png>=1.2.1:../../graphics/png - GNU_CONFIGURE= YES USE_LIBTOOL= YES -CPPFLAGS+= -I${PREFIX}/include +USE_BUILDLINK2= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |