diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 13:33:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 13:33:17 +0000 |
commit | 58b83a32ecd2325a8e8ac59fee30353a80b8f8f5 (patch) | |
tree | 2f3dd772a3d79a76a081a75f7cefd15d56c35e60 /comms | |
parent | ab8eba86b6010c725123cf410e9ead83d9daf2ed (diff) | |
download | pkgsrc-58b83a32ecd2325a8e8ac59fee30353a80b8f8f5.tar.gz |
Needs pkg-config.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index f3f248117fa..2e16326e9cc 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/05/29 06:41:38 adam Exp $ +# $NetBSD: Makefile,v 1.32 2006/06/11 13:33:17 joerg Exp $ DISTNAME= efax-gtk-3.0.9.src PKGNAME= efax-gtk-3.0.9 @@ -15,6 +15,7 @@ DEPENDS+= efax>=0.9:../../comms/efax WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/spool/efax |