diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2017-04-17 20:51:33 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2017-04-17 20:51:33 +0000 |
commit | 6ff96ca1c3bc02189c44a90cb1d398873afd9010 (patch) | |
tree | aa749d375eea19c3a976861e516f7b3438c3d706 | |
parent | Remove expired ports: (diff) |
Attempt to fix build on packagebuild.
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=438754
-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> |