diff options
author | wiz <wiz> | 2000-09-03 23:36:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 23:36:49 +0000 |
commit | 083d9c1659da2fe74d4bf40f07d8edd0eb9c12a6 (patch) | |
tree | 6683d983e5a110b69f66463b6e450aa2933fd829 | |
parent | 3c4b97670ba89e405645e1082d4ebdc6ebb96cda (diff) | |
download | pkgsrc-083d9c1659da2fe74d4bf40f07d8edd0eb9c12a6.tar.gz |
fix comment (and thus building)
-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. |