diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-26 00:09:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-26 00:09:27 +0800 |
commit | cc9bc6df398d66426e15471d877097586c5b0a5a (patch) | |
tree | 5eda22f0726f5f47febfcf866fc0b3293771c373 | |
parent | ef68a726644152f059909f1a3cffd4f62d36fcae (diff) | |
download | freebsd-ports-gnome-cc9bc6df398d66426e15471d877097586c5b0a5a.tar.gz freebsd-ports-gnome-cc9bc6df398d66426e15471d877097586c5b0a5a.tar.zst freebsd-ports-gnome-cc9bc6df398d66426e15471d877097586c5b0a5a.zip |
Fix build without texinfo in base
-rw-r--r-- | devel/autoconf-archive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index 5cf292447abb..fcfca1b3e5e5 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -10,8 +10,8 @@ DISTNAME= ${PORTNAME}-${DISTDATE} MAINTAINER= mkamm@gmx.net COMMENT= Set of useful GNU Autoconf macros +USES= makeinfo tar:bzip2 DISTDATE= 2011.01.02 -USE_BZIP2= yes GNU_CONFIGURE= yes INFO= ${PORTNAME} |