Use MODGNU_AUTO*_DEPENDS instead of hardcoding the path.
This commit is contained in:
parent
1a39569a06
commit
a926c2d541
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.85 2013/03/11 11:46:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.86 2013/03/26 17:08:19 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -109,8 +109,8 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gnome-control-center
|
||||
|
||||
AUTOCONF_VERSION= 2.68
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
BUILD_DEPENDS +=devel/autoconf/${AUTOCONF_VERSION} \
|
||||
devel/automake/${AUTOMAKE_VERSION} \
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool \
|
||||
x11/gnome/common
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/03/22 11:05:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2013/03/26 17:08:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for bits of crypto UI and parsing
|
||||
|
||||
@ -44,8 +44,8 @@ CONFIGURE_ARGS= --disable-update-mime
|
||||
### XXX remove on next upgrade
|
||||
AUTOCONF_VERSION= 2.68
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
BUILD_DEPENDS += devel/autoconf/${AUTOCONF_VERSION} \
|
||||
devel/automake/${AUTOMAKE_VERSION} \
|
||||
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
post-patch:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/26 16:33:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/26 17:08:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= expose media content over D-Bus for Rygel to consume
|
||||
|
||||
@ -37,8 +37,8 @@ AUTOCONF_VERSION= 2.68
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
|
||||
BUILD_DEPENDS +=x11/gnome/common \
|
||||
devel/autoconf/${AUTOCONF_VERSION} \
|
||||
devel/automake/${AUTOMAKE_VERSION} \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/libtool
|
||||
|
||||
do-configure:
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:46:18 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2013/03/26 17:08:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = Xfce4 developer tools and macros
|
||||
|
||||
XFCE_PROJECT = xfce4-dev-tools
|
||||
HOMEPAGE = http://foo-projects.org/~benny/projects/xfce4-dev-tools/
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -14,8 +14,8 @@ MODULES = x11/xfce4
|
||||
RUN_DEPENDS = devel/libtool \
|
||||
textproc/gtk-doc \
|
||||
textproc/intltool \
|
||||
devel/automake/${AUTOMAKE_VERSION} \
|
||||
devel/autoconf/${AUTOCONF_VERSION} \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
shells/bash \
|
||||
devel/git \
|
||||
devel/subversion
|
||||
|
Loading…
Reference in New Issue
Block a user