diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-26 08:10:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-26 08:10:40 +0000 |
commit | 8806d7527ba9d23167074637c27abc04fa47f2de (patch) | |
tree | 109e6ac5475b63c04998f43b89cd308ec65e5cea /textproc/dbacl/Makefile | |
parent | dcd5a9575086b8e52bda0e1c5777c0b468c468c4 (diff) | |
download | ports-8806d7527ba9d23167074637c27abc04fa47f2de.tar.gz ports-8806d7527ba9d23167074637c27abc04fa47f2de.zip |
Notes
Diffstat (limited to 'textproc/dbacl/Makefile')
-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} |