diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:15:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:15:24 +0000 |
commit | 76cb8d3b50e3536f9e5df9cedfb378befcffb788 (patch) | |
tree | 24b0b9ecb1942a7cb6a268448878e2e5a321f0cd | |
parent | - update to 8.16.0.45 (diff) |
- fix deprecated used of gdlib-config
Notes
Notes:
svn path=/head/; revision=533917
-rw-r--r-- | graphics/libpuzzle/Makefile | 5 |
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 |