diff options
author | pat <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
commit | 71e8e70899b0d1e4cc8b6d2f67d967bada8a688c (patch) | |
tree | f8ed8a00a75cbaedb6633ad9470ff60dc0de1c37 /misc/xrmap | |
parent | 1067fe622cefdf137bddbf665db71311eb47b58a (diff) | |
download | FreeBSD-ports-71e8e70899b0d1e4cc8b6d2f67d967bada8a688c.zip FreeBSD-ports-71e8e70899b0d1e4cc8b6d2f67d967bada8a688c.tar.gz |
Add missing dependency for XPM.
Reported by: bento
Diffstat (limited to 'misc/xrmap')
-rw-r--r-- | misc/xrmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xrmap/Makefile b/misc/xrmap/Makefile index c43a2ca..4d2649a 100644 --- a/misc/xrmap/Makefile +++ b/misc/xrmap/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org USE_IMAKE= yes +USE_XPM= yes MAN1= xrmap.1 |