Revert the autoreconf conversion I have no time to fix the issue that happen when converted
This commit is contained in:
parent
6e6f5b0a66
commit
0c53c949f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382615
1 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libotr.so:${PORTSDIR}/security/libotr \
|
|||
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
||||
|
||||
USES= autoreconf pkgconfig
|
||||
USES= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GITHUB= yes
|
||||
|
@ -28,6 +28,10 @@ GH_PROJECT= ${PORTNAME}
|
|||
GH_COMMIT= f4ecd19
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
USE_AUTOTOOLS= autoconf aclocal libtoolize automake
|
||||
ACLOCAL_ARGS= -I config
|
||||
AUTOMAKE_ARGS= --add-missing --no-force
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${LOCALBASE} --with-libotr-inc-prefix=${LOCALBASE}/include
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
Loading…
Reference in a new issue