diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 16:37:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 16:37:37 +0000 |
commit | 8f95534fcb7b3e8a067d4911fcd7325cfd4da090 (patch) | |
tree | 4da33a884c43a6161ccceb57f7ecffb97866aa4e /math/qalculate/Makefile | |
parent | e961c63c7c12915459ba399109dc1bde689087d0 (diff) | |
download | pkgsrc-8f95534fcb7b3e8a067d4911fcd7325cfd4da090.tar.gz |
Fix PLIST. LIBTOOL_OVERRIDE is done by default, remove it as well.
Bump revision.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 4131a2e0300..b7b1876ebe9 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/03/11 03:26:05 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/12 16:37:37 joerg Exp $ DISTNAME= libqalculate-0.9.2 PKGNAME= qalculate-0.9.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -12,9 +12,9 @@ COMMENT= Qalculate is a modern multi-purpose desktop calculator USE_GNU_READLINE= yes USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in UNLIMIT_RESOURCES= datasize |