aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libpuzzle
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-05-04 19:15:24 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2020-05-04 19:15:24 +0800
commit76cb8d3b50e3536f9e5df9cedfb378befcffb788 (patch)
tree24b0b9ecb1942a7cb6a268448878e2e5a321f0cd /graphics/libpuzzle
parentc079b56c3e437cafb17256d471ab5952b010fca7 (diff)
downloadfreebsd-ports-gnome-76cb8d3b50e3536f9e5df9cedfb378befcffb788.tar.gz
freebsd-ports-gnome-76cb8d3b50e3536f9e5df9cedfb378befcffb788.tar.zst
freebsd-ports-gnome-76cb8d3b50e3536f9e5df9cedfb378befcffb788.zip
- fix deprecated used of gdlib-config
Diffstat (limited to 'graphics/libpuzzle')
-rw-r--r--graphics/libpuzzle/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile
index 50b617cabe4e..201a85ccefc1 100644
--- a/graphics/libpuzzle/Makefile
+++ b/graphics/libpuzzle/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libpuzzle
PORTVERSION= 0.11
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
@@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgd.so:graphics/gd
-USES= autoreconf libtool tar:bzip2
+USES= autoreconf libtool tar:bzip2 localbase
GNU_CONFIGURE= yes
+CONFIGURE_ENV= GDLIBCONFIG=/usr/bin/true
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip