diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:23:53 +0000 |
commit | d5da69710473d5ba18bc506a136e760259452a74 (patch) | |
tree | 51df89204d33173a463ecec3426fd4e0999b304f /ftp/pureadmin | |
parent | Update to 5.1.69 release. (diff) |
Convert f* to USES=pkgconfig
Diffstat (limited to 'ftp/pureadmin')
-rw-r--r-- | ftp/pureadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |