aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-11 09:33:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-11 09:33:39 +0000
commit1958aa7b3cfb75147a9e40f3fe1a13a5383ac3fb (patch)
treebd6b83efae85d225cf8ccc6409b2187a9680aa6c
parent7501f8f143f78f8dcd917958e5c60ce007d08897 (diff)
downloadports-1958aa7b3cfb75147a9e40f3fe1a13a5383ac3fb.tar.gz
ports-1958aa7b3cfb75147a9e40f3fe1a13a5383ac3fb.zip
Notes
-rw-r--r--graphics/gd/Makefile5
-rw-r--r--graphics/gd/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index c781fc1ef601..9e1a3169697a 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -12,6 +12,7 @@ MAINTAINER?= dinoex@FreeBSD.org
COMMENT?= Graphics library for fast creation of images
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtiff.so:graphics/tiff \
libpng.so:graphics/png \
@@ -75,11 +76,11 @@ pre-configure:
${REINPLACE_CMD} \
-e 's|^GDLIB_LT_CURRENT=3|GDLIB_LT_CURRENT=6|' \
${WRKSRC}/configure
-.if ! ${PORT_OPTIONS:MICONV}
+
+pre-configure-ICONV-off:
${REINPLACE_CMD} \
-e 's|iconv|noiconv|' \
${WRKSRC}/configure
-.endif
.if defined(GD_FONTS)
pre-build:
diff --git a/graphics/gd/pkg-descr b/graphics/gd/pkg-descr
index 255c0486ae0f..e7e94d5cd866 100644
--- a/graphics/gd/pkg-descr
+++ b/graphics/gd/pkg-descr
@@ -10,4 +10,4 @@ but version 2.0 does include most frequently requested features,
including both truecolor and palette images, resampling (smooth
resizing of truecolor images) and so forth.
-WWW: http://www.libgd.org/
+WWW: https://libgd.github.io/