diff options
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r-- | sysutils/pfstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 95c9aaae323a..e9deb32ba680 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -36,11 +36,11 @@ CFLAGS+= -I${LOCALBASE}/include/pf .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -#IGNORE= "Only for 5.0 and above" +IGNORE= "Only for 5.0 and above" .endif post-patch: - ${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ + @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ ${WRKSRC}/Makefile do-install: |