diff options
author | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
commit | e892b539f927cfe443259dbb6099219ebd3efea0 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /textproc | |
parent | c6c18dc7d6632ae5c65e6c929180efba7b65a81f (diff) | |
download | pkgsrc-e892b539f927cfe443259dbb6099219ebd3efea0.tar.gz |
add USE_X11=yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 094cfcf06bb..0f43a1fa151 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/01 13:38:45 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/26 19:25:06 garbled Exp $ # DISTNAME= catdoc-0.35 @@ -15,6 +15,7 @@ DEPENDS= tk-8.0.5:../../x11/tk80 MANCOMPRESSED= yes .endif +USE_X11= yes CFLAGS+= -Dunix post-install: |