diff options
author | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
commit | 695efea0ec6d8f58c0418314007f4d5248b66aaf (patch) | |
tree | 5b7c1c08829036ce9e4f2f103d6c1c6ce1f25ce2 /net/mpd-l2tp-ipv6pd-client | |
parent | 29330e7c69f0413b170fb891a108ed00eac3c41f (diff) | |
download | freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.gz freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.zst freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.zip |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
Diffstat (limited to 'net/mpd-l2tp-ipv6pd-client')
-rw-r--r-- | net/mpd-l2tp-ipv6pd-client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mpd-l2tp-ipv6pd-client/Makefile b/net/mpd-l2tp-ipv6pd-client/Makefile index 1f2de9001727..e9bcccd3f2e2 100644 --- a/net/mpd-l2tp-ipv6pd-client/Makefile +++ b/net/mpd-l2tp-ipv6pd-client/Makefile @@ -66,10 +66,6 @@ PLIST_SUB= CONF_DIR=${CONF_DIR} \ PKGMESSAGE= ${WRKDIR}/pkg-message -.if ${OSVERSION} < 602106 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700031) -IGNORE= does not work with old ng_ksocket -.endif - do-build: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/setting @${DIALOG} --clear |