diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-06 19:49:54 +0000 |
commit | c72ea155ce5ee61e1ebe83465bb4b4e98569ada8 (patch) | |
tree | 513f8f29c9e592d4fa9b7ae95575a2d440a53dac /science/chemtool | |
parent | f3c2544206a5b27f1a40c33c37e86ec3cf8f9054 (diff) |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=108577
Diffstat (limited to 'science/chemtool')
-rw-r--r-- | science/chemtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 92836ada42fb..65a40fce8bc0 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS+="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-emf=yes +CONFIGURE_ARGS= --enable-emf=yes MAN1= chemtool.1 cht.1 |