diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2017-04-18 04:51:33 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2017-04-18 04:51:33 +0800 |
commit | 6ff96ca1c3bc02189c44a90cb1d398873afd9010 (patch) | |
tree | aa749d375eea19c3a976861e516f7b3438c3d706 /net-im | |
parent | 78d74d09f459dfa25c322867a7d3214b7f70e1f1 (diff) | |
download | freebsd-ports-gnome-6ff96ca1c3bc02189c44a90cb1d398873afd9010.tar.gz freebsd-ports-gnome-6ff96ca1c3bc02189c44a90cb1d398873afd9010.tar.zst freebsd-ports-gnome-6ff96ca1c3bc02189c44a90cb1d398873afd9010.zip |
Attempt to fix build on packagebuild.
Reported by: pkg-fallout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/profanity/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index ca59f0a14ece..fe1b9e260339 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -31,4 +31,10 @@ OPTIONS_DEFINE= NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_CONFIGURE_ENABLE=notifications -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} "s,python-config,${PYTHON_VERSION}-config,g" \ + ${WRKSRC}/configure.ac + +.include <bsd.port.post.mk> |