diff options
author | thorpej <thorpej@pkgsrc.org> | 1999-07-09 18:50:02 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1999-07-09 18:50:02 +0000 |
commit | e85d2d9db49fb3758a59176667118d80f95176d0 (patch) | |
tree | 20a70b080dd600bcee81c954b3f0809b72db8f7d | |
parent | 9463425ccac0a5b790d644503863ab75f71e085b (diff) | |
download | pkgsrc-e85d2d9db49fb3758a59176667118d80f95176d0.tar.gz |
Fix this on ELF platforms.
-rw-r--r-- | textproc/mswordview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile index 3add219507d..5efe86030fa 100644 --- a/textproc/mswordview/Makefile +++ b/textproc/mswordview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/23 22:16:57 hwr Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/09 18:50:02 thorpej Exp $ # DISTNAME= mswordview-0.5.9 @@ -13,4 +13,6 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share WRKSRC= ${WRKDIR}/mswordview +USE_X11BASE= yes + .include "../../mk/bsd.pkg.mk" |