1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- fix dbus dependency issue

- change IPv6 OPTION default to off
- bump PORTREVISION

PR:		ports/101172
Submitted by:	Babak Farrokhi (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2006-08-01 19:58:37 +00:00
parent f6e0b20f0e
commit 260dfa18d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169389

View File

@ -7,6 +7,7 @@
PORTNAME= dnsmasq
PORTVERSION= 2.32
PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@ -22,9 +23,11 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
USE_GETOPT_LONG=yes
USE_GMAKE= yes
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
USE_GNOME= pkgconfig
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}"
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
OPTIONS= IPV6 "IPv6 support" on
OPTIONS= IPV6 "IPv6 support" off
OPTIONS+= DBUS "D_BUS support" off
.include <bsd.port.pre.mk>