diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-11 04:12:05 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-11 04:12:05 +0800 |
commit | f3db48f6476d0663583164d0112077f77d88e4cf (patch) | |
tree | 5d7d8a1ea26e62c6e5567e10bd64521615a48275 /archivers/arj | |
parent | c5b8096964eb3a93683810d17676beabca9c3029 (diff) | |
download | freebsd-ports-gnome-f3db48f6476d0663583164d0112077f77d88e4cf.tar.gz freebsd-ports-gnome-f3db48f6476d0663583164d0112077f77d88e4cf.tar.zst freebsd-ports-gnome-f3db48f6476d0663583164d0112077f77d88e4cf.zip |
- Fix build errors, now using autoconf-2.59
PR: 77338
Submitted by: Renato Botelho <renato at galle.com.br>
Diffstat (limited to 'archivers/arj')
-rw-r--r-- | archivers/arj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 80860de2a972..1c63095242b4 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -14,9 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= renato@galle.com.br COMMENT= Open-source ARJ -#WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes -USE_AUTOCONF_VER= 253 +USE_AUTOCONF_VER= 259 USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu |