diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-06 16:22:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-06 16:22:30 +0000 |
commit | 3ed381053e651a65c9492e5189008281e528de14 (patch) | |
tree | da50644c234b2a4773eb6793a3bcd39384db07d0 /sysutils/bacula-qt-console/Makefile | |
parent | 333eac7be84b58802349432ef3b9d21b2ecb6725 (diff) | |
download | pkgsrc-3ed381053e651a65c9492e5189008281e528de14.tar.gz |
Needs pkg-config.
Diffstat (limited to 'sysutils/bacula-qt-console/Makefile')
-rw-r--r-- | sysutils/bacula-qt-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-qt-console/Makefile b/sysutils/bacula-qt-console/Makefile index 76f5964367f..96a3f544600 100644 --- a/sysutils/bacula-qt-console/Makefile +++ b/sysutils/bacula-qt-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/05/20 01:09:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/06 16:22:30 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-qt-console-/} PKGREVISION= 1 @@ -9,7 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= --enable-client-only CONFIGURE_ARGS+= --enable-bat |