diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-03 11:17:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-03 11:17:57 +0000 |
commit | 95ab09f5a6593c4d0a9ba7c85b0a5339fe705bf0 (patch) | |
tree | ee8bcb59df5a5958f4726420c77a6d4bdee1ef63 /x11/dxpc | |
parent | 756e4d914e3aee5c1bd018bb1e8c4d099d4ab88f (diff) |
Notes
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 826b6f255448..2adb87d9a9ca 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -25,4 +25,7 @@ MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" \ PLIST_FILES= bin/dxpc \ man/man1/dxpc.1.gz +post-patch: + @${REINPLACE_CMD} -e 's|-R$$withval/lib||' ${WRKSRC}/configure + .include <bsd.port.mk> |