diff options
author | gahr <gahr@FreeBSD.org> | 2013-06-10 21:32:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-06-10 21:32:07 +0800 |
commit | 5072858a2b1f43f4fb0858518e48f4c72ace38a9 (patch) | |
tree | 573c994a422df006fc2187c7e3ed2ff09ac1e557 /lang | |
parent | 5759206ece7f3f26a6da0fa73e453a361fd92692 (diff) | |
download | freebsd-ports-gnome-5072858a2b1f43f4fb0858518e48f4c72ace38a9.tar.gz freebsd-ports-gnome-5072858a2b1f43f4fb0858518e48f4c72ace38a9.tar.zst freebsd-ports-gnome-5072858a2b1f43f4fb0858518e48f4c72ace38a9.zip |
- Remove trailing period from DEPRECATED line
Diffstat (limited to 'lang')
-rw-r--r-- | lang/q/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 0d5965457f1e..ced62a040b67 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Q -- equational programming language -DEPRECATED= Q-Lang is no longer supported. See lang/pure instead. +DEPRECATED= Q-Lang is no longer supported. See lang/pure instead EXPIRATION_DATE=2013-08-10 LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ |