diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
commit | 7e223b80d5e883e11b00a77cc70ffbfdf50bdf04 (patch) | |
tree | a2415ca29e5c3363ba4541f26fa8849cf06926df /astro | |
parent | This is a rather experimental port and can only work on i386. (diff) |
Add missing dependency for XPM.
Reported by: bento
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xrmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index c43a2ca6be31..4d2649a720d1 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org USE_IMAKE= yes +USE_XPM= yes MAN1= xrmap.1 |