mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Unbroke.
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento
This commit is contained in:
parent
8500fab6ef
commit
8ea52382c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43545
@ -14,11 +14,12 @@ 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" \
|
||||
|
@ -14,8 +14,9 @@ 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,8 +14,9 @@ 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,6 +18,7 @@ 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}
|
||||
|
||||
@ -26,7 +27,6 @@ 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,10 +13,11 @@ 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,8 +15,9 @@ 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 New Issue
Block a user