summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-30 20:33:33 +0000
committerrillig <rillig@pkgsrc.org>2007-11-30 20:33:33 +0000
commit8566cc2977da56497d7d9b0a6319c0e5bce2c54d (patch)
treeb4425be693464f9c714de76d99f6e7e5dea9157b /sysutils
parent23065aeb7f24697ae1457a7fa792afc29cc25560 (diff)
downloadpkgsrc-8566cc2977da56497d7d9b0a6319c0e5bce2c54d.tar.gz
The name of the configure argument has changed.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-wx-console/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile
index fa1a00e6819..304262170e1 100644
--- a/sysutils/bacula-wx-console/Makefile
+++ b/sysutils/bacula-wx-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/05/05 16:13:16 ghen Exp $
+# $NetBSD: Makefile,v 1.6 2007/11/30 20:33:33 rillig Exp $
PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
@@ -7,7 +7,7 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
CONFIGURE_ARGS+= --enable-client-only
-CONFIGURE_ARGS+= --enable-wx-console
+CONFIGURE_ARGS+= --enable-bwx-console
BUILD_DIRS= src/lib
BUILD_DIRS+= src/wx-console