diff options
-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 |