diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 18:39:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 18:39:24 +0000 |
commit | 488f73a9e61c3c274da1390c33231fdf553d2a2f (patch) | |
tree | 5ebec95d2ea61de52d4a1af4af25368379652dba /graphics/xanim | |
parent | Add USE_XLIB=yes since this port needs X libraries to work. (diff) |
The manpage is in section n and isn't compressed.
Notes
Notes:
svn path=/head/; revision=23372
Diffstat (limited to 'graphics/xanim')
-rw-r--r-- | graphics/xanim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile index cc5b539d81ef..0a2c74605218 100644 --- a/graphics/xanim/Makefile +++ b/graphics/xanim/Makefile @@ -23,7 +23,8 @@ EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \ vid_iv41_1.1_freebsdELFx86.tgz \ vid_iv50_1.0_freebsdELFx86.tgz USE_IMAKE= yes -MAN1= xanim.1 +MANN= xanim.n +MANCOMPRESSED= no DLLDIR= ${PREFIX}/lib/X11/xanim |