diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:32:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:32:24 +0000 |
commit | 2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0 (patch) | |
tree | e390baaa8e511f6302365d46e92b2e41fef35bd0 /mail/milter-manager | |
parent | 7ebaf95f6c3d98b618b9a70173d29b0e23714527 (diff) | |
download | ports-2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0.tar.gz ports-2729c7d447146fca0b2c7e1f9bc2968fc4a33ad0.zip |
Notes
Diffstat (limited to 'mail/milter-manager')
-rw-r--r-- | mail/milter-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index bd9e13ec5c53..8c32c5f4ee3b 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -22,7 +22,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ --with-libev \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_RUBY= yes |