diff options
Diffstat (limited to 'devel/clanlib/Makefile')
-rw-r--r-- | devel/clanlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 2b647912b8e4..7907998ade46 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -52,6 +52,7 @@ CONFIGURE_ARGS= --disable-docs \ PLIST_SUB+= VER=${PORTVERSION:R} \ SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure |