diff options
author | pat <pat@FreeBSD.org> | 2002-01-09 10:41:41 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-09 10:41:41 +0800 |
commit | 197280d2e1b74adbb4a99e17d48b1be8179dbb29 (patch) | |
tree | ba9514fdc84f7a6929d94558006b4e76abda23da /net/netatalk/Makefile | |
parent | 234a21e093f56774ee7c9e40026a2b3512291f92 (diff) | |
download | freebsd-ports-gnome-197280d2e1b74adbb4a99e17d48b1be8179dbb29.tar.gz freebsd-ports-gnome-197280d2e1b74adbb4a99e17d48b1be8179dbb29.tar.zst freebsd-ports-gnome-197280d2e1b74adbb4a99e17d48b1be8179dbb29.zip |
Fix build error and bump PORTREVISION
PR: 33652
Submitted by: maintainer
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 70c1f39074c4..f0a599c76828 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -42,8 +43,8 @@ CONFIGURE_ARGS+= --enable-srvloc .if defined(WITH_FLOCK_LOCKS) # Disable byte locking, and do full file locking. This _may_ help with some # Quark Express save issues. -.endif CONFIGURE_ARGS+= --with-flock-locks +.endif .if defined(WITH_CNID) # Configure EXPERIMENTAL CNID DID support. This is an attmept to make # DIDs more persistent by using a Berkeley database to store the DID values. |