diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-09 10:09:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-09 10:09:06 +0000 |
commit | 0630bddd8a8185edf1052b18507df3993b141395 (patch) | |
tree | d25197df72907a251e9f9c4b807f2a6618b4d537 /editors/abiword-plugins/Makefile | |
parent | c27ecb6fa8954de8f3f8366c7840925ab5beb2dd (diff) | |
download | pkgsrc-0630bddd8a8185edf1052b18507df3993b141395.tar.gz |
Include sys/time.h for timeval. Uses C++.
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 4a0a06d5159..d76962388f7 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/09 10:09:06 joerg Exp $ .include "../../editors/abiword/Makefile.common" @@ -10,6 +10,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword +USE_LANGUAGES= c c++ + .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --disable-all |