svn commit: r533917 - head/graphics/libpuzzle

Dirk Meyer dinoex at FreeBSD.org
Mon May 4 11:15:25 UTC 2020


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
 


More information about the svn-ports-head mailing list