diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /ftp | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | ports-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz ports-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Notes
Diffstat (limited to 'ftp')
-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 |