diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dbacl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dbacl/Makefile b/textproc/dbacl/Makefile index 93ef145a2b09..43abfe077eac 100644 --- a/textproc/dbacl/Makefile +++ b/textproc/dbacl/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbacl PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clsung@FreeBSD.org COMMENT= Digramic Bayesian classifier -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |