diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 19:14:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 19:14:49 +0000 |
commit | c298c9a135ff9d69c09414def0aa3962dfae8885 (patch) | |
tree | 525238c8a82bc8b3367050c886562a1566a1180f | |
parent | 808c32fd3b51bb2d121a0f57377bf5abf32b9bd2 (diff) | |
download | pkgsrc-c298c9a135ff9d69c09414def0aa3962dfae8885.tar.gz |
Uses C++.
-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 3514093d298..5f2682ec8ab 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:19 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/15 19:14:49 joerg Exp $ DISTNAME= efax-gtk-3.0.8.src PKGNAME= efax-gtk-3.0.8 @@ -14,6 +14,7 @@ COMMENT= GTK frontend for efax DEPENDS+= efax>=0.9:../../comms/efax WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |