diff options
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 0cf16b56d55..3cf27f7fbf2 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:01 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/12 16:33:32 rillig Exp $ DISTNAME= cln-1.1.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ @@ -15,8 +15,8 @@ COMMENT= CLN Class Library for Numbers USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -PKGCONFIG_OVERRIDE= ${WRKSRC}/cln.pc.in +LIBTOOL_OVERRIDE+= libtool +PKGCONFIG_OVERRIDE= cln.pc.in INFO_FILES= cln.info |