aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-10-22 20:02:02 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-10-22 20:10:30 +0000
commita47577c55f70c89c05a8c032ddbcb6aa167a04a2 (patch)
tree5591b758d0310a64236519a8899d2bcc3e01e740
parentcda578b60666f4af6f378b87dc87d3a36ad15b67 (diff)
downloadports-a47577c55f70c89c05a8c032ddbcb6aa167a04a2.tar.gz
ports-a47577c55f70c89c05a8c032ddbcb6aa167a04a2.zip
net-im/profanity: Remove autoreconf dependency
No need to run autoreconf and pull in autoconf-archive anymore PR: 267267 Reviewed by: ashish (maintainer)
-rw-r--r--net-im/profanity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile
index 5f0c341bf631..b2de63513bfd 100644
--- a/net-im/profanity/Makefile
+++ b/net-im/profanity/Makefile
@@ -10,7 +10,6 @@ WWW= http://www.profanity.im/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS= libcurl.so:ftp/curl \
libotr.so:security/libotr \
libuuid.so:misc/e2fsprogs-libuuid \
@@ -22,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libstrophe.so:net-im/libstrophe \
libqrencode.so:graphics/libqrencode
-USES= autoreconf cpe gnome libtool ncurses pkgconfig python:3.8+ \
+USES= cpe gnome libtool ncurses pkgconfig python:3.8+ \
readline sqlite:3 tar:xz
CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes
@@ -43,7 +42,7 @@ NOTIFY_CONFIGURE_ENABLE=notifications
post-patch:
${REINPLACE_CMD} "s,python3-embed,python-${PYTHON_VER}-embed,g" \
- ${WRKSRC}/configure.ac
+ ${WRKSRC}/configure
post-install:
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/man/man1 "-name *\.1"