mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Replace explicit build dependency on libtool with USE_LIBTOOL knob
This commit is contained in:
parent
8838cd18f6
commit
e460680d5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43367
@ -12,8 +12,7 @@ MASTER_SITES= $(MASTER_SITE_KDE)
|
||||
MASTER_SITE_SUBDIR= unstable/apps/office
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_KDELIBS_VER=1
|
||||
WRKSRC= ${WRKDIR}/kproject
|
||||
|
||||
|
@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= kdbg/
|
||||
|
||||
MAINTAINER= jedgar@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_KDEBASE_VER=2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-kde-version=2
|
||||
|
@ -12,8 +12,7 @@ MASTER_SITES= ftp://gdal.velocet.ca/pub/outgoing/
|
||||
|
||||
MAINTAINER= aa8vb@nc.rr.com
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
ALL_TARGET= lib
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -19,12 +19,12 @@ MASTER_SITE_SUBDIR= freetype2
|
||||
|
||||
MAINTAINER= kanou@mil.allnet.ne.jp
|
||||
|
||||
BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool
|
||||
BUILD_DEPENDS+= ${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}/config.mk:${PORTSDIR}/print/freetype2:build
|
||||
LIB_DEPENDS= freetype.6:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
MAKE_ENV= TOP="${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}"
|
||||
|
||||
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview
|
||||
|
@ -13,10 +13,10 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/
|
||||
|
||||
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_MOTIF= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user