diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:23:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:23:53 +0800 |
commit | adeccdc4c0c1a16848208c627f4640a434e969a2 (patch) | |
tree | 51df89204d33173a463ecec3426fd4e0999b304f /ftp | |
parent | ccd12690cd0650d2d42ed1911a351cf75ffd6f1a (diff) | |
download | freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.tar.gz freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.tar.zst freebsd-ports-gnome-adeccdc4c0c1a16848208c627f4640a434e969a2.zip |
Convert f* to USES=pkgconfig
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pureadmin/Makefile | 2 | ||||
-rw-r--r-- | ftp/wzdftpd/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index 89ec67a67b90..a0428502fa6a 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/purify/Default/${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Management utility for the PureFTPd +USES= pkgconfig USE_GNOME= gnomehack libglade2 -USE_PKGCONFIG= yes USE_FAM= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 3f8df3dd38b7..5853f222e345 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wzdftpd -# Date created: 2003-10-22 -# Whom: Roman Bogorodskiy -# +# Created by: Roman Bogorodskiy # $FreeBSD$ -# PORTNAME= wzdftpd PORTVERSION= 0.8.1 @@ -14,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-0.8 MAINTAINER= ports@FreeBSD.org COMMENT= Modular FTP server configurable online using SITE commands +USES= pkgconfig USE_AUTOTOOLS= libtool USE_RC_SUBR= wzdftpd USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes USE_GNOME= ltverhack CONFIGURE_ARGS+= --without-pam --disable-pgsql --disable-bonjour CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |