diff options
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4171610ecc1c..84018ca6bfca 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -82,6 +82,6 @@ CXX= ${LOCALBASE}/bin/clang++34 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' \ - ${WRKSRC}/configure + ${WRKSRC}/configure .include <bsd.port.post.mk> |