Index: head/net/libnfs/Makefile =================================================================== --- head/net/libnfs/Makefile (revision 341916) +++ head/net/libnfs/Makefile (revision 341917) @@ -1,29 +1,27 @@ # Created by: Manuel Creach # $FreeBSD$ PORTNAME= libnfs PORTVERSION= 1.3.0 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ MAINTAINER= manuel.creach@icloud.com COMMENT= Client library for accessing NFS shares over a network LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_AUTORECONF= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ ${WRKSRC}/Makefile.am .include Index: head/net/libnss-mysql/Makefile =================================================================== --- head/net/libnss-mysql/Makefile (revision 341916) +++ head/net/libnss-mysql/Makefile (revision 341917) @@ -1,20 +1,19 @@ # Created by: Clement Laforet # $FreeBSD$ PORTNAME= libnss-mysql PORTVERSION= 1.5 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF MAINTAINER= vd@FreeBSD.org COMMENT= NSS module using a MySQL database for backend USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-mysql=${LOCALBASE} USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_MYSQL= yes -NO_STAGE= yes .include Index: head/net/linc/Makefile =================================================================== --- head/net/linc/Makefile (revision 341916) +++ head/net/linc/Makefile (revision 341917) @@ -1,34 +1,32 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= linc PORTVERSION= 1.0.3 PORTREVISION?= 7 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for writing networked servers & clients USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in .include .endif