diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-10 20:12:05 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-10 20:12:05 +0000 |
commit | a0f96032a31d952b016e482778d4ed9a81d369ab (patch) | |
tree | 47c864872b4aa4250e4068f052ab119ae4881dc7 | |
parent | The source tarball has been rerolled, to update the page download.html (diff) |
- Fix build errors, now using autoconf-2.59
PR: 77338
Submitted by: Renato Botelho <renato at galle.com.br>
-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 |