diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 21:51:14 +0800 |
commit | 30632e47b68f37214d56a29dd277da5bbe0a66ce (patch) | |
tree | 0e297abb6db924311cbca86f62f5b1c2ba67d9f1 /x11/dgs | |
parent | 1b9686c955abc62158298a59e17fbb6182cfbc6c (diff) | |
download | freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.gz freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.tar.zst freebsd-ports-gnome-30632e47b68f37214d56a29dd277da5bbe0a66ce.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 81f596cf55f4..90c456010c13 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE= yes USE_GHOSTSCRIPT_RUN= yes USE_XORG= xt sm ice xext x11 USE_GNOME= glib12 -USES= gmake libtool:keepla +USES= gmake libtool:keepla makeinfo USE_LDCONFIG= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9 |