diff options
author | salo <salo> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo> | 2002-12-01 13:49:38 +0000 |
commit | e01bf0c59319f2f7d96ca4345cfb429fc5a4bd1e (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/dia | |
parent | 891f0fddec6e233c2dc8f6090418395f9af1c6f2 (diff) | |
download | pkgsrc-e01bf0c59319f2f7d96ca4345cfb429fc5a4bd1e.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 0b0a4b148eb..9bb0a06d1a0 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/10/19 10:54:52 rh Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/01 13:49:38 salo Exp $ DISTNAME= dia-0.90 # PKGREVISION= 1 @@ -11,13 +11,14 @@ COMMENT= program for creating diagrams of all kinds BUILD_DEPENDS+= bison>=1.35:../../devel/bison -USE_X11= yes -USE_GMAKE= yes -USE_LIBTOOL= YES -USE_BUILDLINK2= YES +USE_X11= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-gnome BROKEN= segfaults on start-up |