Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 14:31:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359249 - head/audio/libadplug
Message-ID:  <201406251431.s5PEVanR052203@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 14:31:36 2014
New Revision: 359249
URL: http://svnweb.freebsd.org/changeset/ports/359249
QAT: https://qat.redports.org/buildarchive/r359249/

Log:
  Fix build without texinfo in base

Modified:
  head/audio/libadplug/Makefile

Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile	Wed Jun 25 14:25:14 2014	(r359248)
+++ head/audio/libadplug/Makefile	Wed Jun 25 14:31:36 2014	(r359249)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libbinio.so:${PORTSDIR}/devel/libbinio
 
-USES=		pkgconfig libtool
+USES=		pkgconfig libtool makeinfo
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_CSTD=	gnu89



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251431.s5PEVanR052203>