diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-13 14:41:27 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-13 14:41:27 +0000 |
commit | 6c4664044b64d50e4af9e9701eb710168c6a29d1 (patch) | |
tree | 2ced18d6d08be8a57dfccb06238b04f209af1ab1 /sysutils/pfstat/Makefile | |
parent | 9ae530655422348f2a72cd0567f258a8ce7987c8 (diff) | |
download | ports-6c4664044b64d50e4af9e9701eb710168c6a29d1.tar.gz ports-6c4664044b64d50e4af9e9701eb710168c6a29d1.zip |
Notes
Diffstat (limited to 'sysutils/pfstat/Makefile')
-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: |