svn commit: r324574 - head/sysutils/apcupsd

Dirk Meyer dinoex at FreeBSD.org
Sun Aug 11 05:43:04 UTC 2013


Author: dinoex
Date: Sun Aug 11 05:43:04 2013
New Revision: 324574
URL: http://svnweb.freebsd.org/changeset/ports/324574

Log:
  - fix depends after libgd update

Modified:
  head/sysutils/apcupsd/Makefile

Modified: head/sysutils/apcupsd/Makefile
==============================================================================
--- head/sysutils/apcupsd/Makefile	Sun Aug 11 05:23:41 2013	(r324573)
+++ head/sysutils/apcupsd/Makefile	Sun Aug 11 05:43:04 2013	(r324574)
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+=	--enable-net \
 
 .if ${PORT_OPTIONS:MCGI}
 CONFIGURE_ARGS+=	--enable-cgi --with-cgi-bin=${ETCDIR}/cgi
-LIB_DEPENDS+=		gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+=		gd:${PORTSDIR}/graphics/gd
 PLIST_SUB+=		CGI=""
 .else
 PLIST_SUB+=		CGI="@comment "


More information about the svn-ports-all mailing list