diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-26 16:10:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-26 16:10:40 +0800 |
commit | 9470e49bf4da01cc1aea4af23bf712b724ff7eeb (patch) | |
tree | bcd45cccd2399860fe988d524f49b7e4292743cb /textproc | |
parent | dbe8830612aed3a95ff771f60cb07b500eaa2fde (diff) | |
download | freebsd-ports-gnome-9470e49bf4da01cc1aea4af23bf712b724ff7eeb.tar.gz freebsd-ports-gnome-9470e49bf4da01cc1aea4af23bf712b724ff7eeb.tar.zst freebsd-ports-gnome-9470e49bf4da01cc1aea4af23bf712b724ff7eeb.zip |
- shells/bash2 -> shells/bash;
- bump PORTREVISION (RUN_DEPENDS changes).
PR: ports/107003
Submitted by: bsam
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} |