diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 23:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 23:36:49 +0000 |
commit | 791d33d930142a033811e3568c9db8a99622537d (patch) | |
tree | 6683d983e5a110b69f66463b6e450aa2933fd829 /x11/xforms | |
parent | 6e909713e59b10c08dfa5c1dc15d74d656c0504e (diff) | |
download | pkgsrc-791d33d930142a033811e3568c9db8a99622537d.tar.gz |
fix comment (and thus building)
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 481cb68d482..bd90913c525 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/09/02 13:24:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.31 2000/09/03 23:36:49 wiz Exp $ # DISTNAME= bxform-088 @@ -45,7 +45,7 @@ MAKEFILE= ${FILESDIR}/Makefile PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib CHECK_SHLIBS= NO # fdesigner doesn't find libX11 on i386 - # we don't have sources, so don't run this test +# we don't have sources, so don't run this test # When the XForms API changes and breaks binary-compatibility with the # previous version, increment the MAJOR by 1 and reset the MINOR to 0. |