diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
commit | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /textproc/catdoc/Makefile | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'textproc/catdoc/Makefile')
-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: |