diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
commit | a486f11406b23d4578e07720dca416262225a087 (patch) | |
tree | b77992e84a99ed0927e796b3a892e8e464f1c6a1 /x11/lesstif | |
parent | 8fb0f10972cbb527ff9b29510de0e76bf4474c45 (diff) | |
download | pkgsrc-a486f11406b23d4578e07720dca416262225a087.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 4 | ||||
-rw-r--r-- | x11/lesstif/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index a7c3e802d6f..020d5326ecb 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2000/12/22 17:26:18 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2001/02/17 17:06:35 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # +COMMENT= API compatible clone of the OSF/Motif toolkit + CONFIGURE_ARGS+= --disable-build-12 CONFIGURE_ARGS+= --enable-build-20 CONFIGURE_ARGS+= --enable-default-20 diff --git a/x11/lesstif/pkg/COMMENT b/x11/lesstif/pkg/COMMENT deleted file mode 100644 index c54d117035c..00000000000 --- a/x11/lesstif/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -API compatible clone of the OSF/Motif toolkit |