diff options
author | sat <sat@FreeBSD.org> | 2006-06-07 13:33:22 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-07 13:33:22 +0000 |
commit | 98019976b78838bfd5e91330c2083a208c80fdd4 (patch) | |
tree | a363ef2bf0b6f0384aa315b830e2bfae3b199cc9 /deskutils/kompose/Makefile | |
parent | be9056c1fd222060913b6ea1f86746949987c6e1 (diff) | |
download | FreeBSD-ports-98019976b78838bfd5e91330c2083a208c80fdd4.zip FreeBSD-ports-98019976b78838bfd5e91330c2083a208c80fdd4.tar.gz |
- Limit INDEX contents to 7-bit ASCII characters for greater compatibility
Diffstat (limited to 'deskutils/kompose/Makefile')
-rw-r--r-- | deskutils/kompose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/kompose/Makefile b/deskutils/kompose/Makefile index 4a41a94..3c8cbaa 100644 --- a/deskutils/kompose/Makefile +++ b/deskutils/kompose/Makefile @@ -12,7 +12,7 @@ CATEGORIES= deskutils kde MASTER_SITES= http://download.berlios.de/kompose/ MAINTAINER= lauri@kde.org -COMMENT= Full-screen task manager similar to Exposé(tm) +COMMENT= Full-screen task manager similar to Expose(tm) LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 |