diff options
author | tron <tron> | 1999-08-13 19:37:42 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-13 19:37:42 +0000 |
commit | 2e7c1bd16df01f30386af2bd96ba950dd4e2e0ca (patch) | |
tree | c30f12f6670791bf202cf71e3398d00b23732caa /x11 | |
parent | 014f14263c4e9a71935e5852d092f41ba1ba2570 (diff) | |
download | pkgsrc-2e7c1bd16df01f30386af2bd96ba950dd4e2e0ca.tar.gz |
Add and enable "xp". Fixes PR pkg/8197 by Julian Coleman.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index ee29452d999..54ef01cd4c5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 1999/08/05 03:51:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.104 1999/08/13 19:37:42 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -138,6 +138,7 @@ # SUBDIR += xmold SUBDIR += xmove SUBDIR += xneko + SUBDIR += xp SUBDIR += xpmroot SUBDIR += xpns # SUBDIR += xpostit |