diff options
Diffstat (limited to 'devel/cook/Makefile')
-rw-r--r-- | devel/cook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 6dbb29d0456c..adcf8b8c6922 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -7,14 +7,13 @@ PORTNAME= cook PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://gd.tuwien.ac.at/softeng/Aegis/cook/ MAINTAINER= jasone@canonware.com COMMENT= Like make(1), but more powerful and clean -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ YACC=yacc @@ -23,6 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 MANCOMPRESSED= no +USE_GETTEXT= yes # Make sure that the whole directory tree exists. pre-install: |