svn commit: r359249 - head/audio/libadplug

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 14:31:36 UTC 2014


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


More information about the svn-ports-head mailing list