diff options
Diffstat (limited to 'sysutils/scalpel/Makefile')
-rw-r--r-- | sysutils/scalpel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/scalpel/Makefile b/sysutils/scalpel/Makefile index d79d66fab68a..13601e0f2531 100644 --- a/sysutils/scalpel/Makefile +++ b/sysutils/scalpel/Makefile @@ -22,6 +22,7 @@ PLIST_FILES+= etc/scalpel.conf.sample bin/scalpel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's/#ifdef __APPLE__/#if defined(__APPLE__) || defined(__FreeBSD__)/' \ |