autoconf build depends

This commit is contained in:
sthen 2009-03-16 19:46:57 +00:00
parent ef2e813040
commit 9d6bbb64df
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2009/03/09 21:32:22 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2009/03/16 19:46:57 sthen Exp $
# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $
# $RuOBSD: Makefile,v 1.4 2002/05/18 04:21:36 form Exp $
@ -36,7 +36,7 @@ USE_GMAKE= Yes
AUTOCONF_VERSION= 2.59
# doesn't work otherwise
BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}*:devel/autoconf/${AUTOCONF_VERSION}
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
CONFIGURE_STYLE= automake
CONFIGURE_ARGS= --without-nas-sound
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2007/11/21 14:30:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.16 2009/03/16 19:46:57 sthen Exp $
COMMENT= hfsplus filesystem access tool
@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
AUTOCONF_VERSION= 2.59
BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}*:devel/autoconf/${AUTOCONF_VERSION}
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
LIB_DEPENDS= utf8::misc/libutf8
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2009/03/13 13:23:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.20 2009/03/16 19:46:57 sthen Exp $
COMMENT= free video editor
@ -30,8 +30,8 @@ WANTLIB += z
MODULES= devel/gettext
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
BUILD_DEPENDS= :autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
:automake-${AUTOMAKE_VERSION}.*:devel/automake/${AUTOMAKE_VERSION}
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
faac.>=1::audio/faac \
faad.>=2::audio/faad \