diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-12 00:01:59 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-12 00:01:59 +0800 |
commit | d48e20e34c34327928f1d00c4c4e524515bc2e06 (patch) | |
tree | 261f7be4a927e6ebd08118883e88c2d9f222a653 /www/reportmagic/Makefile | |
parent | 88bffd94852d8d4295341be4533de1f90c0dcc11 (diff) | |
download | freebsd-ports-graphics-d48e20e34c34327928f1d00c4c4e524515bc2e06.tar.gz freebsd-ports-graphics-d48e20e34c34327928f1d00c4c4e524515bc2e06.tar.zst freebsd-ports-graphics-d48e20e34c34327928f1d00c4c4e524515bc2e06.zip |
Update to 2.04
PR: 24244
Submitted by: MAINTAINER
Diffstat (limited to 'www/reportmagic/Makefile')
-rw-r--r-- | www/reportmagic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index 4808019c61f..8065cd179ef 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= reportmagic -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= www MASTER_SITES= http://www.reportmagic.com/ DISTNAME= rmagic-${PORTVERSION} @@ -28,7 +28,7 @@ pre-fetch: @${ECHO} "event that GD is already " @${ECHO} -n "installed *without* FreeType, you won't be able to " @${ECHO} "use it. If you want" - @${ECHO} -n "FreeType support, go (re)make ${PORTSDIR}/graphics/gd " + @${ECHO} -n "FreeType support, please (re)make ${PORTSDIR}/graphics/gd " @${ECHO} "with -DWITH_X11." @${ECHO} |