Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 11:15:24 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533917 - head/graphics/libpuzzle
Message-ID:  <202005041115.044BFOnc008700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon May  4 11:15:24 2020
New Revision: 533917
URL: https://svnweb.freebsd.org/changeset/ports/533917

Log:
  - fix deprecated used of gdlib-config

Modified:
  head/graphics/libpuzzle/Makefile

Modified: head/graphics/libpuzzle/Makefile
==============================================================================
--- head/graphics/libpuzzle/Makefile	Mon May  4 11:14:17 2020	(r533916)
+++ head/graphics/libpuzzle/Makefile	Mon May  4 11:15:24 2020	(r533917)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005041115.044BFOnc008700>