diff options
author | grant <grant> | 2003-01-14 09:08:02 +0000 |
---|---|---|
committer | grant <grant> | 2003-01-14 09:08:02 +0000 |
commit | 3a7cb9765ab4028a96b3280cac3d3e107d6f80bb (patch) | |
tree | fbb2c9e2268e144f82864610321da14e6ebf8a11 /x11 | |
parent | a85c10159f71f6966c5ecb9c6fe021458e4a727f (diff) | |
download | pkgsrc-3a7cb9765ab4028a96b3280cac3d3e107d6f80bb.tar.gz |
fix a comment.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 24a6f94756f..8d15179a2b8 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/12/15 14:55:21 grant Exp $ +# $NetBSD: Makefile,v 1.34 2003/01/14 09:08:02 grant Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --enable-utmp \ # Note: greek support could not be enabled, as the resource file handling # to disable it at runtime is documented but not implemented in the current # version. See files/Rxvt and check if it works for newer versions. When -# enabling it, please fix pkg/MESSAGE as well. +# enabling it, please fix MESSAGE as well. # --enable-greek CONFIGURE_ARGS+= --with-xpm-includes=${BUILDLINK_PREFIX.xpm}/include/X11 |