diff options
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 |