diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
commit | b227b572d808bc9da030a9f4a079976d44caca94 (patch) | |
tree | 1659ecc733f98dafc1d82c17de03ecbfa967a0c3 /net | |
parent | 5dda718fe934220c0f5af5544f2af8ccbe900563 (diff) | |
download | freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.gz freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.zst freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.zip |
- Remove WITH_FBSD10_FIX, is no longer needed
Diffstat (limited to 'net')
-rw-r--r-- | net/GeoIP/Makefile | 1 | ||||
-rw-r--r-- | net/glib-networking/Makefile | 1 | ||||
-rw-r--r-- | net/libdnet/Makefile | 1 | ||||
-rw-r--r-- | net/libexosip2/Makefile | 1 | ||||
-rw-r--r-- | net/radiusclient/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 0857b07326b5..3470bc233b57 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -19,7 +19,6 @@ CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -WITH_FBSD10_FIX=yes MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index b9bbb04797ed..05b7be98d09e 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -WITH_FBSD10_FIX=yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig glib20 intltool diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index a49c947a4746..b3a252e548cf 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -15,7 +15,6 @@ MAINTAINER?= onatan@gmail.com COMMENT= A simple interface to low level networking routines GNU_CONFIGURE= yes -WITH_FBSD10_FIX=yes USE_GMAKE= yes .if !defined(LIBDNET_SLAVE) diff --git a/net/libexosip2/Makefile b/net/libexosip2/Makefile index d7621bc89fb2..fa0043ff1e1f 100644 --- a/net/libexosip2/Makefile +++ b/net/libexosip2/Makefile @@ -16,7 +16,6 @@ COMMENT= GPL library that extends the capability of the oSIP library LIB_DEPENDS= osip2:${PORTSDIR}/net/libosip -WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-tools --disable-debug --disable-trace USE_LDCONFIG= yes diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 3ff4daea1cf8..b0746f42b4ea 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -19,6 +19,5 @@ COMMENT= Client library and basic utilities for RADIUS AAA USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -WITH_FBSD10_FIX=yes .include <bsd.port.mk> |