diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-23 00:22:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-23 00:22:33 +0800 |
commit | 67d8f260f8450a74253f0666dca6bed9a15e31f2 (patch) | |
tree | 6d6e3be28deeefec8327d8eb2b849c35b331389d /dns | |
parent | 4448ca2119db9a3ca5b464a16f4620a0a7b00cd0 (diff) | |
download | freebsd-ports-gnome-67d8f260f8450a74253f0666dca6bed9a15e31f2.tar.gz freebsd-ports-gnome-67d8f260f8450a74253f0666dca6bed9a15e31f2.tar.zst freebsd-ports-gnome-67d8f260f8450a74253f0666dca6bed9a15e31f2.zip |
Unbreak link
Reported by: pkg-fallout
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 9c9515a23f5d..32935c53a5e2 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -27,7 +27,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} CXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} post-patch: - @${REINPLACE_CMD} -e 's/-ldb"/-ldb -l${BDB_LIB_CXX_NAME}"/g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/g' ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |