Fix build on an empty system.
prodded by jasper@
This commit is contained in:
parent
c8f358d7b4
commit
9640e93e7b
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.6 2009/10/20 16:42:44 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.7 2009/11/07 19:36:28 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= XDG sound theme
|
COMMENT= XDG sound theme
|
||||||
|
|
||||||
@ -25,6 +25,10 @@ MODULES= textproc/intltool
|
|||||||
BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
|
BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
|
||||||
:automake->=${AUTOMAKE_VERSION},<1.10:devel/automake/${AUTOMAKE_VERSION}
|
:automake->=${AUTOMAKE_VERSION},<1.10:devel/automake/${AUTOMAKE_VERSION}
|
||||||
|
|
||||||
|
# XXX needed for autoreconf:
|
||||||
|
# aclocal:configure.ac:17: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
|
||||||
|
BUILD_DEPENDS+= ::devel/glib2
|
||||||
|
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user