diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/cost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 2004dac4d335..bf42cd896e2a 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -18,9 +18,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/tcl82:patch WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-tcl=${PREFIX}/lib/tcl8.2 \ +CONFIGURE_ARGS+= --with-tcl=${PREFIX}/lib/tcl8.2 \ --with-docdir=${PREFIX}/share/doc/cost --with-charmaps -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" do-install: ${MKDIR} ${PREFIX}/lib/cost2.2 |