diff options
author | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
commit | 73ca404b2bbbd319a94bde5adab949b897c1e62a (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /textproc | |
parent | c68094ecb0c6f2b1b8f40bd9d73fa2ef9cd5f66d (diff) | |
download | pkgsrc-73ca404b2bbbd319a94bde5adab949b897c1e62a.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: |