diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-09-04 06:17:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-09-04 06:17:27 +0000 |
commit | 2994cc9d8a3878a9fda0bac655fb52d0760bad9c (patch) | |
tree | 25cd919b8e1885a7c4c38e6df940abf2869d93f2 /net/netatalk3 | |
parent | 4c72aacae0ed27cb41641300a56f05d9b8569d73 (diff) |
Notes
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index a458417e5b9b..1003c448bf28 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -26,6 +27,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOME= pkgconfig WANT_GNOME= yes +USE_LDCONFIG= yes USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --enable-tcp-wrappers \ |