diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-08-09 22:05:52 +0800 |
commit | 14d2aa29a0faada324c532f4dd6339b0d61a7262 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /graphics/gdchart | |
parent | a46f79024f1840906c8b267d5228b5a662b00b13 (diff) | |
download | freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.gz freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.tar.zst freebsd-ports-gnome-14d2aa29a0faada324c532f4dd6339b0d61a7262.zip |
- update libdg to 2.1.0
Diffstat (limited to 'graphics/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 6c366e8ca646..6c679415614d 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdchart PORTVERSION= 0.11.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}dev MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use fast C API for creating charts and graphs -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ jpeg:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 @@ -27,7 +27,7 @@ USE_LDCONFIG= yes DOCS= README.txt EXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c -.if defined(NOPROFILE) +.if defined(NO_PROFILE) PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE= |