diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index 9779bd63df14..17f8581bc35b 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -1,28 +1,30 @@ # ex:ts=8 # New ports collection makefile for: libsdb # Date created: Jul 2, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libsdb PORTVERSION= 0.10.0 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ DISTNAME= sdb-${PORTVERSION} MAINTAINER= pgollucci@FreeBSD.org COMMENT= Simple database library +MAKE_JOBS_UNSAFE= yes + HAS_CONFIGURE= yes MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" USE_LDCONFIG= yes MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 MAN8= sdbd.8 PLIST_SUB= VERSION="${PORTVERSION}" .include diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 24b025afd516..86f97758b237 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,33 +1,35 @@ # New ports collection makefile for: lpe # Date created: 12 April 1999 # Whom: Chris Piazza # # $FreeBSD$ # PORTNAME= lpe PORTVERSION= 1.2.6 PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= ftp://ftp.sasknow.com/pub/ \ ftp://ftp.twu.net/users/cdsmith/lpe/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pgollucci@FreeBSD.org COMMENT= A "lightweight programmer's editor" with syntax highlighting LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +MAKE_JOBS_UNSAFE= yes + USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \ LIBS="-ltermcap" CONFIGURE_ARGS= --includedir=${LOCALBASE}/include MAN1= lpe.1 MANLANG= "" bg cs de es fr pl ru .include