svn commit: r337466 - head/sysutils/graffer

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 25 23:50:00 UTC 2013


Author: bapt
Date: Wed Dec 25 23:50:00 2013
New Revision: 337466
URL: http://svnweb.freebsd.org/changeset/ports/337466

Log:
  Fix badly reintroduced USE_ICONV
  
  While here:
  - Convert LIB_DEPENDS to new format
  - Remove userless pre.mk/post.mk

Modified:
  head/sysutils/graffer/Makefile

Modified: head/sysutils/graffer/Makefile
==============================================================================
--- head/sysutils/graffer/Makefile	Wed Dec 25 23:33:14 2013	(r337465)
+++ head/sysutils/graffer/Makefile	Wed Dec 25 23:50:00 2013	(r337466)
@@ -10,19 +10,17 @@ MASTER_SITES=	http://chaosophia.net/down
 MAINTAINER=	koue at chaosophia.net
 COMMENT=	Utility to render graphical statistics
 
-LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
+USES=		iconv
 MAKE_ARGS=	"LD_GD=gd"
 MAKE_END+=	__MAKE_CONF=/dev/null
-USE_ICONV=	yes
 
 PLIST_FILES=	bin/graffer \
 		etc/graffer/graffer.conf.example \
 		man/man8/graffer.8.gz
 PLIST_DIRS=	etc/graffer
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \
 		${WRKSRC}/Makefile
@@ -37,4 +35,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/graffer
 	${INSTALL_DATA} ${WRKSRC}/graffer.conf.example ${STAGEDIR}${PREFIX}/etc/graffer
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list