diff options
-rw-r--r-- | sysutils/apcupsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 5ecaab2b4bb3..1b1f6822601c 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -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 " |