diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-22 20:21:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-22 20:21:03 +0000 |
commit | 0665aa2efadb860a52a0c79db183b9ddcdb5fd79 (patch) | |
tree | 1fd2abb8dfde59262f503d38bee254bb6608fc4e /sysutils/bacula-wx-console | |
parent | a86584ed84bac6feeaaa19a343009b2500c4cf28 (diff) | |
download | pkgsrc-0665aa2efadb860a52a0c79db183b9ddcdb5fd79.tar.gz |
Switch to x11/wxGTK26{,-contrib}.
Diffstat (limited to 'sysutils/bacula-wx-console')
-rw-r--r-- | sysutils/bacula-wx-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile index 61c3278f27c..223c494e581 100644 --- a/sysutils/bacula-wx-console/Makefile +++ b/sysutils/bacula-wx-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/04 14:32:53 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/22 20:21:04 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-wxconsole-/} COMMENT= wxWindows-based console for Bacula - The Network Backup Solution @@ -17,5 +17,5 @@ BUILD_DIRS+= src/wx-console INSTALLATION_DIRS= sbin share/examples/bacula .include "../../sysutils/bacula/Makefile.common" -.include "../../x11/wxGTK/buildlink3.mk" +.include "../../x11/wxGTK26/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |