devel/distcc remove references to FreeBSD 4.x
remove references to FreeBSD 4.x PR: ports/115937 Submitted by: David Yeske <dyeske@gmail.com> Approved by: maintainer timeout
This commit is contained in:
parent
82a527cf94
commit
8a051e0d27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199969
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ SUB_LIST= DISTCCD_PIDFILE=${DISTCCD_PIDFILE}
|
|||
|
||||
OPTIONS= GNOME "Build GUI monitor based on GNOME" Off \
|
||||
GTK "Build GUI monitor based on GTK" Off \
|
||||
IPV6 "Enable IPV6 (not available on 4.X)" Off \
|
||||
IPV6 "Enable IPV6" Off \
|
||||
COMPILER_LINKS "Create symlinks to distcc" Off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -61,7 +61,7 @@ PLIST_SUB+= WITH_GNOME=""
|
|||
PLIST_SUB+= WITH_GNOME="@comment "
|
||||
.endif
|
||||
|
||||
.if ( ${OSVERSION} >= 500000 ) && defined(WITH_IPV6)
|
||||
.if defined(WITH_IPV6)
|
||||
CONFIGURE_ARGS+= --enable-rfc2553
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue