diff options
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 578a82d50855..39b924f38511 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= coreutils PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,14 +17,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jharris@widomaker.com COMMENT= The Free Software Foundation's core utilities -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - CONFLICTS= sh-utils-* fileutils-* textutils-* id-utils-* # Global variables # USE_BZIP2= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --program-prefix=g |