diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | d7498c6d88b3aea9a8b8c2846b21199d346c3b10 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /ftp/pureadmin | |
parent | 24561e31331927221bcf5442be4516ab833c0e4f (diff) | |
download | freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.gz freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.zst freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'ftp/pureadmin')
-rw-r--r-- | ftp/pureadmin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile index 1d0350e33bfd..a0a0f89e6d9a 100644 --- a/ftp/pureadmin/Makefile +++ b/ftp/pureadmin/Makefile @@ -10,10 +10,8 @@ MASTER_SITES= SF/purify/Default/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Management utility for the PureFTPd -USES= pkgconfig gettext -USE_GNOME= gnomehack libglade2 -USE_FAM= yes -USE_GMAKE= yes +USES= fam gettext gmake pathfix pkgconfig +USE_GNOME= libglade2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes |