diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 22:22:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 22:22:18 +0800 |
commit | 9825f08ed8c6e40b3cebf5ca66a44c680bce92c5 (patch) | |
tree | b616c53b25d11c01ae832f080154c541dcc16be9 /databases | |
parent | b5f0aec3935ad52f4f9abf6a6214180993ffb841 (diff) | |
download | freebsd-ports-gnome-9825f08ed8c6e40b3cebf5ca66a44c680bce92c5.tar.gz freebsd-ports-gnome-9825f08ed8c6e40b3cebf5ca66a44c680bce92c5.tar.zst freebsd-ports-gnome-9825f08ed8c6e40b3cebf5ca66a44c680bce92c5.zip |
Fix build without texinfo in base
With hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index 8cd158cbacfa..e9ecb5041c5d 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -12,7 +12,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= GNATS, the GNU Problem Report Management System GNU_CONFIGURE= yes -USES= gmake +USES= gmake makeinfo LATEST_LINK= ${PKGNAMEPREFIX}gnats4${PKGNAMESUFFIX} CONFLICTS= gnats-3.* |