diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-31 14:20:29 +0000 |
commit | 810fcd34d222c8454edfe0f4482218015055ba7f (patch) | |
tree | 5ba4ff725a6e05112f6ecc70f2f03a2b41da603a /math/cln | |
parent | 98167c54e900ca7cd3d7970908c25de25138398f (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Notes
Notes:
svn path=/head/; revision=47231
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 7a47b398faa4..108a90bdc7dd 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -16,7 +16,6 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ MAINTAINER= ijliao@FreeBSD.org USE_LIBTOOL= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \ --mandir=${PREFIX}/man |