diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-08-31 18:18:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-08-31 18:18:50 +0800 |
commit | 3a02272ddf8a11db33de2cab6b78adf971a167dc (patch) | |
tree | d3a2d9609354fc7b4d7f7aef721d16b0001e7a5e /graphics | |
parent | 10d23f2fbf3a33339ee3a451231917413bf27702 (diff) | |
download | freebsd-ports-gnome-3a02272ddf8a11db33de2cab6b78adf971a167dc.tar.gz freebsd-ports-gnome-3a02272ddf8a11db33de2cab6b78adf971a167dc.tar.zst freebsd-ports-gnome-3a02272ddf8a11db33de2cab6b78adf971a167dc.zip |
Drop USES=iconv.
The port does not actually use iconv anywhere, so drop the dependency. While
here, also stop setting LDFLAGS since it is not necessary (as verified by
building on 9.3, 10.1 and HEAD).
Approved by: office (bapt)
Differential Revision: https://reviews.freebsd.org/D3517
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphite2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index 468a90cd00a2..bf9e565a4eb4 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -2,15 +2,15 @@ PORTNAME= graphite2 PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF/silgraphite/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems -USES= cmake iconv tar:tgz +USES= cmake tar:tgz USE_LDCONFIG= yes -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt |