diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-18 15:23:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-18 15:23:59 +0000 |
commit | 84409ad336d22a25fd8eefc42643ddbac03f6cf1 (patch) | |
tree | 68f9763b81d6e7036739b1e7d3a57dc1adcb5da9 /sysutils/bacula-wx-console | |
parent | 1abe0dba36f1ecf6ed87962723795985eb60d50a (diff) | |
download | pkgsrc-84409ad336d22a25fd8eefc42643ddbac03f6cf1.tar.gz |
Provide a buildlink3.mk file for bacula and correctly link the console
packages against the shared libraries. Bump revisions for the latter.
Diffstat (limited to 'sysutils/bacula-wx-console')
-rw-r--r-- | sysutils/bacula-wx-console/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile index bbe698f3c3c..6942530b934 100644 --- a/sysutils/bacula-wx-console/Makefile +++ b/sysutils/bacula-wx-console/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/05/20 01:09:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2009/08/18 15:23:59 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-wx-console-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= wxWindows-based console for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir @@ -12,11 +12,11 @@ PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches CONFIGURE_ARGS+= --enable-client-only CONFIGURE_ARGS+= --enable-bwx-console -BUILD_DIRS= src/lib -BUILD_DIRS+= src/wx-console +BUILD_DIRS= src/wx-console INSTALLATION_DIRS= sbin share/examples/bacula .include "../../sysutils/bacula/Makefile.common" +.include "../../sysutils/bacula/buildlink3.mk" .include "../../x11/wxGTK28/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |