Replace explicit build dependency on automake with USE_AUTOMAKE knob
This commit is contained in:
parent
b1bb049460
commit
af2a6cb93b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43370
9 changed files with 9 additions and 14 deletions
|
@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
|
||||
|
||||
WRKSRC= ${WRKDIR}/BitNotes
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOCONF= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -13,12 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -14,9 +14,8 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -14,9 +14,8 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -18,7 +18,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${WADFILE}
|
|||
|
||||
MAINTAINER= darius@dons.net.au
|
||||
|
||||
BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake
|
||||
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10 \
|
||||
${GL_DEPENDS}
|
||||
|
||||
|
@ -27,6 +26,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
|
|||
WADFILE= quakesw-1.0.6.tar.gz
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_AUTOCONF= yes
|
||||
USE_XLIB= yes
|
||||
PLIST= ${WRKDIR}/PLIST
|
||||
|
|
|
@ -13,12 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/}
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -13,11 +13,10 @@ DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -15,9 +15,8 @@ MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
|
|||
|
||||
MAINTAINER= ports@freebsd.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake
|
||||
|
||||
MANUAL_PACKAGE_BUILD= do not want to install during interactive build
|
||||
USE_AUTOMAKE= yes
|
||||
USE_AUTOCONF= yes
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -14,10 +14,10 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
|
|||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
|
||||
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_AUTOMAKE= yes
|
||||
USE_GTK= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
Loading…
Reference in a new issue