diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:44:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:44:45 +0000 |
commit | e460680d5e93aba6718359246b0c3af9f0f2b0c3 (patch) | |
tree | 818710054f29e6fc0d77a52b914eff19b3e0f898 | |
parent | 8838cd18f649cf5e5381c43caf9a4168ab9f236d (diff) | |
download | ports-e460680d5e93aba6718359246b0c3af9f0f2b0c3.tar.gz ports-e460680d5e93aba6718359246b0c3af9f0f2b0c3.zip |
Notes
-rw-r--r-- | deskutils/kproject/Makefile | 3 | ||||
-rw-r--r-- | devel/kdbg/Makefile | 3 | ||||
-rw-r--r-- | devel/shapelib/Makefile | 3 | ||||
-rw-r--r-- | print/ft2demos/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/kproject/Makefile b/deskutils/kproject/Makefile index c26c67f38d46..6703ebef96a1 100644 --- a/deskutils/kproject/Makefile +++ b/deskutils/kproject/Makefile @@ -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 diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index c3dce77b43e3..a94eb322821b 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -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 diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index 45674b114dae..4461f8fcdde2 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -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 diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile index 1cb0f87122fe..b55bbff94038 100644 --- a/print/ft2demos/Makefile +++ b/print/ft2demos/Makefile @@ -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 diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 33633e57314e..221055cdf235 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -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 |